Coder Social home page Coder Social logo

hugo-theme-walden's Introduction

Hugo Theme Walden

After reading Walden, a collection of essays by American writer Henry David Thoreau, I was deeply influenced by his love of nature and simple living. So, I wrote this concise and clear theme for my personal website and named it Walden.

Features

Walden is a simple-structured, easy-to-use Hugo theme for personal websites.

  • Responsive design
  • Headline on homepage
  • Thumbnail for post
  • Shortcodes
  • Multilingual mode
  • ...

Demo

Two ways to see the demo:

  • Visit demo site.

  • View demo by clone repository from Github.

    git clone https://github.com/homecat805/hugo-theme-walden.git hugo-theme-walden
    cd exampleSite
    hugo server --themesDir ../..
    

Quick start

The Hugo documentation describes in detail how to install on different operating systems, which will not be repeated here, the operating system related to this article is Ubuntu 22.04 LTS.

Create the website root directory mysite and perform git initialization, then install the theme as a module to the mysite/themes, and copy all the files in the exampleSite in theme directory to the root directory of the website.

mkdir mysite
cd mysite
git init
git branch -m main
mkdir themes
git submodule add [email protected]:Homecat805/hugo-theme-walden.git themes/hugo-theme-walden
cp -rf themes/hugo-theme-walden/exampleSite/* ./
hugo server

License

Walden is licensed under the MIT,Check the LICENSE file for details.

hugo-theme-walden's People

Contributors

homecat805 avatar mdehaas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hugo-theme-walden's Issues

cannot insert a photogallery in a post

Being a hugo newbie, I try naively to use a photogallrey theme in a post element - and it does not work.

I use hugo-shortcode-gallery
I created a portfolio top directory with a subdirectory foer each portfolio
each portfolio has an images/ dir, and an index.md file.
The index.md is as follows

---
author: "Me"
title: "Abécédaire banal"
date: "2022-01-18"
---
En 2021, avec les membres de l'association « French Pinhole Center ", nous nous sommes lancé le défi ce … numérique.


{{< gallery match="images/*" sortOrder="desc" rowHeight="150" margins="5" thumbnailResizeOptions="600x600 q90 Lanczos" showExif=true previewType="blur" embedPreview=true loadJQuery=true >}}

THe text is rendered, but the gallery code is ignored.
I cannot understand wy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.