Skip to content

My personal website 👍

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license.html
Notifications You must be signed in to change notification settings

v4ires/v4ires.github.io

Repository files navigation

My Personal Website Build Status

How it works?

This project is based on Jekyll, that is a static webpage generator written in Ruby.

First Steps

  1. Install Git and Ruby.

  2. Fork the repository in v4ires.github.io.

  1. Open the terminal and install Jekyll:
~$ gem install jekyll
  1. Now clone the project:
~$ git clone [email protected]:YOUR_USER_NAME/v4ires.github.io.git
  1. Go to root project folder:
~$ cd v4ires.github.io/
  1. Run the command:
~$ jekyll serve

Open the address in your favorite web browser localhost:4000 😄

Supported Web Browsers

IE Chrome Firefox Opera Safari
IE 8+ ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔

Project Structure

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.

Author

This project was created by @v4ires

Credits

README inspired by the @zenorocha repositories 👍.

License

MIT License © Vinícius Aires Barros

Visit website https://www.viniciusaires.dev.

About

My personal website 👍

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license.html

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published