All Projects → lubang → hugo-hello-programmer-theme

lubang / hugo-hello-programmer-theme

Licence: MIT license
This is a hugo theme for a programmer. It's simple and simple.

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to hugo-hello-programmer-theme

blaupause
[NOT MAINTAINED] Use https://github.com/netlify-templates/victor-hugo instead
Stars: ✭ 72 (+80%)
Mutual labels:  hugo
website
Um repositório para reunir e documentar histórias de pessoas trans que hoje transformam ou um dia transformaram o mundo da tecnologia.
Stars: ✭ 23 (-42.5%)
Mutual labels:  hugo
www
Execute Big 2.0, with a minimalistic vision and a clearer focus.
Stars: ✭ 21 (-47.5%)
Mutual labels:  hugo
hugoinaction
Website for and source code accompanying Hugo In Action
Stars: ✭ 63 (+57.5%)
Mutual labels:  hugo
hyde-hyde
A cool theme inspired by spf13's Hyde theme
Stars: ✭ 234 (+485%)
Mutual labels:  hugo
micro-bmp
A small Black Magic Probe based on the pinout of the STLink V2 support firmware
Stars: ✭ 29 (-27.5%)
Mutual labels:  programmer
mutschler.eu
Source code for my personal website https://mutschler.eu
Stars: ✭ 59 (+47.5%)
Mutual labels:  hugo
docs
Altinn documentation.
Stars: ✭ 17 (-57.5%)
Mutual labels:  hugo
twitter-blogdown
Fetch Twitter messages weekly and turn them into a website based on blogdown
Stars: ✭ 65 (+62.5%)
Mutual labels:  hugo
Dockers
https://hub.docker.com/r/chenhw2/
Stars: ✭ 42 (+5%)
Mutual labels:  hugo
68Keys.io
Build your own 68% Custom Mechanical Keyboard.
Stars: ✭ 56 (+40%)
Mutual labels:  hugo
hugo-theme-massively
Massively theme for Hugo static site generator
Stars: ✭ 113 (+182.5%)
Mutual labels:  hugo
web-content
ReactOS Website powered by the Hugo Static Site Generator
Stars: ✭ 25 (-37.5%)
Mutual labels:  hugo
hugo-dusk
Simple, minimalistic dark theme for Hugo.
Stars: ✭ 50 (+25%)
Mutual labels:  hugo
hugo-tania
A simple theme for bloggers.
Stars: ✭ 159 (+297.5%)
Mutual labels:  hugo
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (+207.5%)
Mutual labels:  hugo
Portfolio-Template
A portfolio website template for Geeks,Programmers and hackers.
Stars: ✭ 159 (+297.5%)
Mutual labels:  programmer
capsule
A Hugo theme based on the CSS-only Bulma framework.
Stars: ✭ 20 (-50%)
Mutual labels:  hugo
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (+232.5%)
Mutual labels:  hugo
obyde
A minimal tool to convert a "standardly" configured Obsidian vault to a Jekyll or Hugo blog.
Stars: ✭ 38 (-5%)
Mutual labels:  hugo

Hugo Hello Programmer Theme

Hello Programmer is a simple blog theme.

Hugo Hello Programmer Theme Screenshot

Installation

Inside the folder of your Hugo site run:

$ cd themes
$ git clone https://github.com/lubang/hugo-hello-programmer-theme

For more information read the official setup guide of Hugo.

Config

Modify your configuration:

$ vi config.toml

baseurl = "your-site-address"
title = "your-site-name"

languageCode = "ko-KR"
DefaultContentLanguage = "kr"
theme = "hugo-hello-programmer-theme"
disqusShortname = "XXXX"
googleAnalytics = "UA-XXXXXXXX-X"
paginate = 7

[author]
    name = "your-name"
    email = "your-email"

[params]
    description = "desribe-your-site"

Modify images for your site:

static/images/[email protected] (Left top logo image)
static/images/thumbnail.png (OpenGraph tag for preview)

Multilingual

Configure your language. Now support these languages. (updated 2019-06-09)

  • kr (Korean, 한국어)
  • en (English, a little bit stupid sentence :( Plz. Pull-request for this theme)

You can pull request other languages or fix native sentence from exist language pack.

References

Guide for Korean: https://blog.lulab.net/projects/2019-05-hugo-hello-programmer-theme-v2/

License

This theme is 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].