Build status

What is this

Is my personal notes on Drupal, written using with the help of hugo.

Adding Blog Post

  1. Make sure you have hugo installed, refer to https://gohugo.io/getting-started/installing/
  2. Clone the Project
git clone https://github.com/icasimpan/quicktasks-drupal.git
  1. Add a new article to your blog
hugo new posts/your-new-blog-post.md
  1. Edit your post
  2. Commit changes to git
git commit "My new awesome post!"

Publish

  1. Clone the raw blog
git clone https://github.com/icasimpan/quicktasks-drupal.git
  1. Go inside it
cd quicktasks-drupal
  1. Get the current "public" from "gh-pages" branch:
git clone --branch gh-pages https://github.com/icasimpan/quicktasks-drupal.git public
  1. Regenerate
hugo
  1. Commit changes to git
cd public
git commit "blogpost update"

Hugo version tested: v0.49.2 Theme version used: https://github.com/icasimpan-oss/basics (HEAD: f5338db) as it has fixes not applied yet to upstream https://github.com/arjunkrishnababu96/basics (HEAD: 93d2a49) that I need, as follow: * #8 - css breaks when baseURL is not / * - updated title so it points to correct baseURL