wildone / maxbarrass.com

My blogsite

Home Page:http://maxbarrass.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MaxBarrass.com

My Blog

build_status github license github issues github last commit github repo size

Updating this Repo

You can update this repo using your favorite IDE or use a web based editor

Markdown Cheatsheet

When creating pages in this repo use the markdown syntax, you can find syntax here:

Icons

Icons can be selected form here Fontawesome

Getting Started

  • setup ruby

  • install dependecies run

./install.sh
  • run server while editing
./serve.sh

On Windows

On windows, for best results use docker for everything.

#POWERSHELL
docker run -it --rm -p 4000:4000 -p 35729:35729 -v ${pwd}:/build/source:rw aemdesign/centos-java-buildpack bash --login

cd source/
rvm install "ruby-2.6.3"
gem install jekyll bundler jemoji nokogiri -n /usr/local/bin
bundle install
bundle exec jekyll serve --host 0.0.0.0 --livereload

Google Ads

Config is located in _data/advertising.yml html should not need to be changed and located in _includes/adds/adsense.html

Admin at https://www.google.com/adsense/login/

Project Structure Description

Following is the description of important sections in the project.

  • assets - folder for all assets that appear on the site
  • _posts - location for all Blog posts, add your markdown here and create a subfolder in assests for all your images etc
  • _layouts - templates for pages
  • _pages - admin pages for site
  • _data - data config for page modules
  • _config.yml - primary config for whole site

Additional Notes

  • all items with _ (underscore) are essentially hidden.
  • to add new sections and items to navigation _config.yml and _data/navigation.yml should be updated

FavIcons

Generate new favicons at https://realfavicongenerator.net/

About

My blogsite

http://maxbarrass.com/

License:Apache License 2.0


Languages

Language:JavaScript 69.5%Language:HTML 27.5%Language:CSS 2.3%Language:SCSS 0.2%Language:LiveScript 0.2%Language:Shell 0.1%Language:Ruby 0.1%Language:Python 0.1%Language:PowerShell 0.0%