All Projects → ianrodrigues → hugo-tailwind-journal

ianrodrigues / hugo-tailwind-journal

Licence: MIT license
A minimalist journal template for Hugo.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hugo-tailwind-journal

slate
a single-page speed-dial theme for Hugo
Stars: ✭ 140 (+250%)
Mutual labels:  hugo-theme, hugo
hugo-now
a Hugo port of Jekyll Now
Stars: ✭ 16 (-60%)
Mutual labels:  hugo-theme, hugo
osprey-delight
Osprey Delight is the free-minded artist's choice for a clutter-free and blazingly fast single-page portfolio.
Stars: ✭ 43 (+7.5%)
Mutual labels:  hugo-theme, hugo
newsroom
A simple, minimalistic Hugo theme. View Demo here
Stars: ✭ 200 (+400%)
Mutual labels:  hugo-theme, hugo
hugo-alageek-theme
A Cocoa Enhanced based theme. It's rewritten with Bootstrap 5.
Stars: ✭ 57 (+42.5%)
Mutual labels:  hugo-theme, hugo
hucore
Minimal blog theme for hugo based on Hemingway2
Stars: ✭ 66 (+65%)
Mutual labels:  hugo-theme, hugo
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+380%)
Mutual labels:  hugo-theme, hugo
mogege
A blog theme for hugo
Stars: ✭ 81 (+102.5%)
Mutual labels:  hugo-theme, hugo
alpha-church
Hugo theme for churches based on a html5up theme
Stars: ✭ 56 (+40%)
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 (+20%)
Mutual labels:  hugo-theme, hugo
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (-20%)
Mutual labels:  hugo-theme, hugo
hugo-theme-texify
A minimal, latex-style hugo theme for personal blogging
Stars: ✭ 91 (+127.5%)
Mutual labels:  hugo-theme, hugo
whiteplain
Simple and Functional Hugo theme.
Stars: ✭ 95 (+137.5%)
Mutual labels:  hugo-theme, hugo
uBlogger
A template designed with your readers in mind ❤️
Stars: ✭ 242 (+505%)
Mutual labels:  hugo-theme, hugo
starter-hugo-research-group
👥 轻松创建研究组或组织网站 Easily create a stunning Research Group, Team, or Business Website with no-code
Stars: ✭ 148 (+270%)
Mutual labels:  hugo-theme, hugo
hugo-chart
a Chart.js component for Hugo. 📈
Stars: ✭ 71 (+77.5%)
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 (+2.5%)
Mutual labels:  hugo-theme, hugo
hugo-zen
Hugo Zen is a minimal hugo theme.
Stars: ✭ 90 (+125%)
Mutual labels:  hugo-theme, hugo
internet-weblog
internet weblog theme for Hugo
Stars: ✭ 33 (-17.5%)
Mutual labels:  hugo-theme, hugo
basics
Hugo theme. Now available from official hugo theme site!
Stars: ✭ 49 (+22.5%)
Mutual labels:  hugo-theme, hugo

TailwindCSS Journal

TailwindCSS Journal is a minimalist theme for Hugo using TailwindCSS.

Based on Journal, it also focuses on improving reading experience with no fancy effect.

It uses Chroma for the syntaxic coloration of code snippets.

Demo is available here.

Installation

Please refer to the Hugo documentation.

Configuration

A few parameters should be adjusted in the site config:

baseURL = "https://username.github.io/"
disqusShortname = "username"
googleAnalytics = "UA-XXXXXXXXX-X"
title = "Tailwind Journal"
theme = "hugo-tailwind-journal"
pygmentsCodeFences = true
pygmentsUseClasses = true

[taxonomies]
    tag = "tags"

[permalinks]
    posts = "/posts/:year/:month/:title/"

[params]
    author = "John Doe"
    avatar = "images/avatar.jpg"
    description = "A minimalist journal template for Hugo using TailwindCSS."
    tagline = "A minimalist journal template for Hugo using TailwindCSS."

[languages]
    [languages.en]
        contentDir = "content/english"
        languageCode = "en-us"
        languageName = "🇺🇸 English"
        weight = 1

    [languages.pt-br]
        contentDir = "content/portuguese"
        description = "Um template minimalista para Hugo usando TailwindCSS."
        languageCode = "pt-br"
        languageName = "🇧🇷 Português"
        tagline = "Um template minimalista para Hugo usando TailwindCSS."
        weight = 2

    [languages.de]
        contentDir = "content/german"
        description = "Eine minimalistische Journalvorlage für Hugo mit TailwindCSS."
        languageCode = "de"
        languageName = "🇩🇪 Deutsch"
        tagline = "Eine minimalistische Journalvorlage für Hugo mit TailwindCSS."
        weight = 3
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].