Code Monkey home page Code Monkey logo

neowaylabs.github.io's Introduction

neowaylabs.github.io

Neoway Tech-Blog.

Posts

To write a new post, create a file in markdown inside of _posts dir. For projects pages, put the file on _projects.

A template of header for post it is something like this:

---
author: super_programmer
title: "Why NLP is so Awesome?"
categories:
  - programming
tags:
  - nlp
  - machine-learning
excerpt:  "A report about the process of applying NLP to Neoway models"
---

But you are not a author yet? Create your profile here too and make a Pull Request!

Running

Requirements:

  • Docker

After installing Docker just run:

make image
make blog

And the blog should be available at 127.0.0.1:4000.

Running on host

Requirements:

  • Ruby
  • Ruby-bundler
  • GNU Make

After installing the dependencies just run:

make serve

The blog should be available at 127.0.0.1:4000.

neowaylabs.github.io's People

Contributors

breno-costa avatar dependabot[bot] avatar katcipis avatar lborguetti avatar mfrata avatar ryukinix avatar vhdeluca avatar yvern avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

neowaylabs.github.io's Issues

Write a project post

Our currently open source softwares projects are (to name a few of them):

  • nash
  • neosearch
  • klb
  • waveparser
  • signal
  • drm

Pick and write a project post in _projects. Use something like this as header:

---
title: "Oatmeal Cookies"
image: 
  path: /images/oatmeal-cookies-lg.jpg
  thumbnail: /images/oatmeal-cookies-400x200.jpg
  caption: "Photo from [Pexels](https://www.pexels.com)"
layout: page
---

[CSS] Refactor div.highlighter-rouge

The currently style is not so nice to read:

image

I think the contrast can be better. The CSS responsabile for that is the color and background keys at these rules:

code.highlighter-rouge {
margin: 0;
padding: 0.2em 0.4em;
color: $base05;
background-color: $base00;
font-size: 85%;
border-radius: 3px;
}
/* Multi-line code blocks */
div.highlighter-rouge,
figure.highlight {
position: relative;
margin-bottom: 1em;
background: $base00;
color: $base05;
font-family: $monospace-font-family;
line-height: 1.8;

/* Syntax highlighting (base16) colors */
$base00: #fafafa !default;
$base01: #073642 !default;
$base02: #586e75 !default;
$base03: #657b83 !default;
$base04: #839496 !default;
$base05: #586e75 !default;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.