This project is based on Jekyll, that is a static webpage generator written in Ruby.
-
Fork the repository in v4ires.github.io.
- Open the terminal and install Jekyll:
~$ gem install jekyll
- Now clone the project:
~$ git clone [email protected]:YOUR_USER_NAME/v4ires.github.io.git
- Go to root project folder:
~$ cd v4ires.github.io/
- Run the command:
~$ jekyll serve
Open the address in your favorite web browser localhost:4000
😄
![]() |
![]() |
![]() |
![]() |
![]() |
---|---|---|---|---|
IE 8+ ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
The basis project structures is organized as shown in below:
|-- _includes
|-- _layouts
|-- _posts
|-- _site
|-- _images
|-- _public
|-- _config.yml
`-- index.html
These are blocks of code used to generate the main page of the website (index.html).
Here you will find a list of files for each blog post.
Here you will find the standard website templates.
Here you will find all generated static files by jekyll. However, this directory is unnecessary in this project, so it is ignored in (.gitignore).
It contains most of the application's settings.
Contains all sections of the website.
This project was created by @v4ires
README inspired by the @zenorocha repositories 👍.
MIT License © Vinícius Aires Barros
Visit website https://www.viniciusaires.dev.