All Projects → arjkb → basics

arjkb / basics

Licence: MIT license
Hugo theme. Now available from official hugo theme site!

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to basics

uBlogger
A template designed with your readers in mind ❤️
Stars: ✭ 242 (+393.88%)
Mutual labels:  hugo-theme, hugo
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+291.84%)
Mutual labels:  hugo-theme, hugo
starter-hugo-research-group
👥 轻松创建研究组或组织网站 Easily create a stunning Research Group, Team, or Business Website with no-code
Stars: ✭ 148 (+202.04%)
Mutual labels:  hugo-theme, hugo
bulma
Bulma is a simple and a responsive Hugo theme that offers a traditional blog mixed with a landing page designed to bootstrap your frontend!.
Stars: ✭ 41 (-16.33%)
Mutual labels:  hugo-theme, hugo
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-2.04%)
Mutual labels:  hugo-theme, hugo
hugo-zen
Hugo Zen is a minimal hugo theme.
Stars: ✭ 90 (+83.67%)
Mutual labels:  hugo-theme, hugo
hugo-chart
a Chart.js component for Hugo. 📈
Stars: ✭ 71 (+44.9%)
Mutual labels:  hugo-theme, hugo
showcase-hugo-theme
Showcase is a minimal, single page theme for Hugo
Stars: ✭ 54 (+10.2%)
Mutual labels:  hugo-theme, hugo
hugo-now
a Hugo port of Jekyll Now
Stars: ✭ 16 (-67.35%)
Mutual labels:  hugo-theme, hugo
alpha-church
Hugo theme for churches based on a html5up theme
Stars: ✭ 56 (+14.29%)
Mutual labels:  hugo-theme, hugo
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (-2.04%)
Mutual labels:  hugo-theme, hugo
newsroom
A simple, minimalistic Hugo theme. View Demo here
Stars: ✭ 200 (+308.16%)
Mutual labels:  hugo-theme, hugo
hugo-theme-minima
A clean and minimal Hugo theme.
Stars: ✭ 70 (+42.86%)
Mutual labels:  hugo-theme, hugo
mogege
A blog theme for hugo
Stars: ✭ 81 (+65.31%)
Mutual labels:  hugo-theme, hugo
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+13963.27%)
Mutual labels:  hugo-theme, hugo
hucore
Minimal blog theme for hugo based on Hemingway2
Stars: ✭ 66 (+34.69%)
Mutual labels:  hugo-theme, hugo
hugo-uilite
uicard.io/products/hugo-uilite
Stars: ✭ 85 (+73.47%)
Mutual labels:  hugo-theme, hugo
hugo-lime
Hugo Lime is a business theme for GoHugo by https://uicard.io
Stars: ✭ 31 (-36.73%)
Mutual labels:  hugo-theme, hugo
whiteplain
Simple and Functional Hugo theme.
Stars: ✭ 95 (+93.88%)
Mutual labels:  hugo-theme, hugo
hugo-alageek-theme
A Cocoa Enhanced based theme. It's rewritten with Bootstrap 5.
Stars: ✭ 57 (+16.33%)
Mutual labels:  hugo-theme, hugo

Basics

A minimal theme for those who like to keep it simple. Makes use of bootstrap.

Based on the Elephants theme.

Features

  • Responsive theme
  • High contrast
  • Focus on content and readability

Installation

From your hugo site, run:

git submodule add https://github.com/arjunkrishnababu96/basics.git themes/basics

Writing Posts

Posts that should show up in the home page must be inside contents/post. Or you can change this behavior by tweaking themes/basics/layouts/_default/list.html.

You should also add an about page at contents/about.md.

Your directory should look something like this:

├── archetypes
│   └── default.md
├── config.toml
├── content
│   ├── about.md
│   └── post
│       ├── my-first-post.md
│       └── my-second-post.md
├── data
├── layouts
├── static
│   └── images
└── themes
    └── basics

Configurations

Add author name

Add author name to the .Site.Params.author parameter in your config.toml file.

See below for an example:

baseURL = ""
languageCode = "en-us"
title = "Basics Theme Demo"
theme = "basics"

[params]
    author = "Author Name"

Add Links to GitHub and GitLab

Add GitHub and GitLab usernames to .Site.Params.github and .Site.Params.gitlab parameters in your config.toml file. Links to these accounts would show up in the top navigation bar. If these parameters are not present or is left blank, the links would disappear.

See below for an example:

baseURL = ""
languageCode = "en-us"
title = "Basics Theme Demo"
theme = "basics"

[params]
    author = "Author Name"
    github = "username1"
    gitlab = "username2"

License

Released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].