Skip to content

gbenatt92/neowaylabs.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

About

Tech Blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.7%
  • HTML 26.2%
  • JavaScript 25.0%
  • Ruby 3.3%
  • Other 0.8%