Neoway Tech-Blog.
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!
Requirements:
- Docker
After installing Docker just run:
make blog
And the blog should be available at 127.0.0.1:4000.
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.