biomadeira / biomadeira.github.io

πŸ‘¨β€πŸ’» Personal homepage

Home Page:http://biomadeira.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My personal homepage

This blog is powered by Jekyll and Github Pages and others. It is implemented as a port of Ghost's Attila theme, maintained by Peter Amende, with a few modifications.

Developing locally

Install dependencies with bundle:

bundle install --path ./vendor/bundle

Then run locally:

bundle exec jekyll serve

Deployment to GitHub Pages

Github actions is used to build and publish the static website. Simply push changes or submit PR's to get your posts or changes published.

Adding new authors

This blog supports multiple authors. Add a new author info to _data/authors.yml and add the corresponding username to author in the front matter of every post.

Adding new tags

This blog supports multiple tags. Each post can be tagged with multiple keywords. Add a new tag info to _data/tags.yml and add the corresponding name to tags in the front matter of every post.

Generating Markdown tables

Thanks to Tables Generator we can easily generate tables in Markdown.

Compiling CSS styles

Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node and Gulp installed globally. After that, from the theme's root directory:

$ npm install
$ gulp

Now you can edit /assets/css/ files, which will be compiled to /assets/built/ automatically.

License

Website content (blog posts and other pages) are released under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/4.0/.

Website software under the MIT License (MIT). See LICENSE

Attila Theme: Copyright (C) 2015-2022 Peter Amende - Released under the MIT License. Port of Attila Theme to Jekyll: Copyright (C) 2022 Fabio Madeira - Released under the MIT License.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

πŸ‘¨β€πŸ’» Personal homepage

http://biomadeira.github.io

License:Other


Languages

Language:CSS 55.7%Language:HTML 38.3%Language:JavaScript 3.0%Language:Ruby 3.0%