All Projects → athul → Archie

athul / Archie

Licence: mit
A minimal Hugo Theme

Projects that are alternatives of or similar to Archie

Hugo Theme Terminal
A simple, retro theme for Hugo
Stars: ✭ 832 (+268.14%)
Mutual labels:  hugo, minimal
Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (-36.73%)
Mutual labels:  hugo, minimal
Cstate
🔥 Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.
Stars: ✭ 1,186 (+424.78%)
Mutual labels:  hacktoberfest, hugo
Hugodocs
The source for https://gohugo.io/
Stars: ✭ 637 (+181.86%)
Mutual labels:  hacktoberfest, hugo
Website
Techqueria is a nonprofit the serves the largest community of Latinx in Tech
Stars: ✭ 200 (-11.5%)
Mutual labels:  hacktoberfest, hugo
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+2596.02%)
Mutual labels:  hacktoberfest, hugo
Enwrite
Evernote-powered statically-generated blogs and websites
Stars: ✭ 139 (-38.5%)
Mutual labels:  hacktoberfest, hugo
potato-dark
Dark and elegant blog theme for goHugo static site generator.
Stars: ✭ 21 (-90.71%)
Mutual labels:  minimal, hugo
Kross Hugo
Kross Creative Portfolio Template
Stars: ✭ 172 (-23.89%)
Mutual labels:  hugo, minimal
Documentation
The source for Datadog's documentation site.
Stars: ✭ 147 (-34.96%)
Mutual labels:  hacktoberfest, hugo
Toha
A Hugo theme for personal portfolio
Stars: ✭ 267 (+18.14%)
Mutual labels:  hacktoberfest, hugo
Anatole
Anatole is a minimalist two-column hugo theme based on farbox-theme-Anatole.
Stars: ✭ 220 (-2.65%)
Mutual labels:  hacktoberfest, hugo
hugo-bare-min-theme
A bare minimum theme for Hugo (https://gohugo.io) to help develop and debug Hugo sites -- https://hugo-bare-min.netlify.com/,
Stars: ✭ 71 (-68.58%)
Mutual labels:  minimal, hugo
Water.css
A drop-in collection of CSS styles to make simple websites just a little nicer
Stars: ✭ 6,666 (+2849.56%)
Mutual labels:  hacktoberfest, minimal
hugo-theme-texify
A minimal, latex-style hugo theme for personal blogging
Stars: ✭ 91 (-59.73%)
Mutual labels:  minimal, hugo
Lipi
A simple static blog generator.
Stars: ✭ 100 (-55.75%)
Mutual labels:  hacktoberfest, hugo
Hugo
The world’s fastest framework for building websites.
Stars: ✭ 55,899 (+24634.07%)
Mutual labels:  hacktoberfest, hugo
showcase-hugo-theme
Showcase is a minimal, single page theme for Hugo
Stars: ✭ 54 (-76.11%)
Mutual labels:  minimal, hugo
Hugo Theme Fuji
A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。
Stars: ✭ 145 (-35.84%)
Mutual labels:  hugo, minimal
Bilberry Hugo Theme
Premium theme for the hugo site builder. DEMO:
Stars: ✭ 205 (-9.29%)
Mutual labels:  hacktoberfest, hugo

Archie - Hugo theme

Archie is a minimal and clean theme for hugo with a markdown-ish UI.

Forked from Ezhil Theme

Demo

Check the Demo hosted on GitHub Pages 😄 . You can find the source code to that in the site branch of this repository

Feature

  • Google Analytics Script
  • Callouts
  • Tags
  • Auto Dark Mode(based on system theme)
  • tl:dr; frontamatter

Installation

In your Hugo website directory, create a new folder named theme and clone the repo

$ mkdir themes
$ cd themes
$ git clone https://github.com/athul/archie.git

Edit the config.toml file with theme="archie" For more information read the official setup guide of Hugo.

Writing Posts

Create a new .md file in the content/posts folder

---
title: Title of the post
description:
date:
tldr: (optional)
draft: true/false (optional)
tags: [tag names] (optional)
---

Credits

Forked from Ezhil Theme and Licensed under MIT License Inspired by design of blog.jse.li


Config of the Demo Site

baseURL = "https://athul.github.io/archie/"
languageCode = "en-us"
title = "Archie"
theme="archie"
copyright = "© Athul"
# Code Highlight
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true

paginate=3 # articles per page

[params]
	mode="auto" # color-mode → light,dark or auto
	useCDN=false # don't use CDNs for fonts and icons, instead serve them locally.
	subtitle = "Minimal and Clean [blog theme for Hugo](https://github.com/athul/archie)"

# Social Tags

[[params.social]]
name = "GitHub"
icon = "github"
url = "https://github.com/athul/archie"

[[params.social]]
name = "Twitter"
icon = "twitter"
url = "https://twitter.com/athulcajay/"

[[params.social]]
name = "GitLab"
icon = "gitlab"
url = "https://gitlab.com/athul/"

# Main menu Items

[[menu.main]]
name = "Home"
url = "/"
weight = 1

[[menu.main]]
name = "All posts"
url = "/posts"
weight = 2

[[menu.main]]
name = "About"
url = "/about"
weight = 3

[[menu.main]]
name = "Tags"
url = "/tags"
weight = 4

If you liked my work please consider supporting me on BuymeACoffee

Buy Me A Coffee

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].