afonsopacifer / my-personal-website

:coffee: My personal website

Home Page:http://afonsopacifer.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

afonsopacifer.com

My personal website.

Docs

Stack

Insert a new content

1 - Edit the data.json file and add the new content.

2 - Run the grunt task for build the static pages.

$ gulp build

Folders Structure

.
├── README.md
├── out/
├── tests/
├── src/
|   ├── assets/
|   |   ├── img/
|   |   ├── scripts/
|   |   └── styles/
|   |       ├── bosons.css
|   |       ├── atoms.css
|   |       ├── molecules.css
|   |       ├── organisms.css
|   |       └── style.css
|   ├── includes/
|   |   ├── analytics.html
|   |   ├── counter.html
|   |   └── head-metas.jade
|   ├── partials/
|   |   ├── footer.jade
|   |   └── header.jade
|   ├── layouts/
|   |   ├── default.jade
|   |   └── tag.jade
|   ├── challenges/
|   |   └── ?.jade
|   ├── tags/
|   |   └── ?.jade
|   ├── writing.jade
|   ├── speaking.jade
|   ├── screencast.jade
|   ├── projects.jade
|   ├── misc.jade
|   └── index.jade
├── config.json
├── data.json
├── gulpfile.js
├── package.json
├── karma.conf.js
├── .editorconfig
├── .jshintrc
└── .gitignore

Automatic Tasks

  • $ gulp build: Compile, concat and minify all files.
  • $ gulp serve: Watch the files to build and start a static server.
  • $ gulp deploy: Deploy for gh-pages.
  • $ gulp validate: Code quality (JS Hint).
  • $ karma start: Launch a Phantomjs and watch for unit tests.

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

Contributing

Find on our issues the next steps of the project ;)
Want to contribute? Follow these recommendations.

History

See Releases for detailed changelog.

License

MIT License © Afonso Pacifer

About

:coffee: My personal website

http://afonsopacifer.com/

License:MIT License


Languages

Language:HTML 70.6%Language:CSS 22.4%Language:JavaScript 7.1%