All Projects → aerohub → Phugo

aerohub / Phugo

Licence: other
Phugo [ˈfjuːgəʊ] is a gallery/photoblog theme for Hugo.

Projects that are alternatives of or similar to Phugo

navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (+160.78%)
Mutual labels:  hugo-theme, hugo, hugo-site
hugo-identity-theme
Little profile/card-style template for Hugo. Based on Identity by HTML5 UP.
Stars: ✭ 87 (+70.59%)
Mutual labels:  hugo-theme, hugo, hugo-site
influencer-hugo
Influencer is a Hugo theme for book authors and writers. It has also Snipcart supports for order books and payments.
Stars: ✭ 66 (+29.41%)
Mutual labels:  hugo-theme, hugo, hugo-site
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 (-37.25%)
Mutual labels:  hugo-theme, hugo, hugo-site
Hugo Theme Jane
A readable & concise theme for Hugo
Stars: ✭ 669 (+1211.76%)
Mutual labels:  hugo, hugo-theme, hugo-site
tomanistor.com
Personal portfolio website and blog created with Hugo
Stars: ✭ 14 (-72.55%)
Mutual labels:  hugo-theme, hugo, hugo-site
geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: ✭ 44 (-13.73%)
Mutual labels:  hugo-theme, hugo, hugo-site
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+13411.76%)
Mutual labels:  hugo-theme, hugo, hugo-site
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (+15.69%)
Mutual labels:  hugo-theme, hugo, hugo-site
hugo-tufte
Content centric Hugo blogging theme styled with Tufte-Css
Stars: ✭ 58 (+13.73%)
Mutual labels:  hugo-theme, hugo, hugo-site
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+276.47%)
Mutual labels:  hugo-theme, hugo, hugo-site
Hugo Awesome Identity
😤 Awesome Identity is a single-page Hugo theme to introduce yourself.
Stars: ✭ 301 (+490.2%)
Mutual labels:  hugo, hugo-theme, hugo-site
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-5.88%)
Mutual labels:  hugo-theme, hugo, hugo-site
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (+141.18%)
Mutual labels:  hugo-theme, hugo, hugo-site
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (-5.88%)
Mutual labels:  hugo-theme, hugo, hugo-site
hugo-sugoi
Hugo-Sugoi - An Ultra Minimal Hugo Theme based on Skeleton
Stars: ✭ 29 (-43.14%)
Mutual labels:  hugo-theme, hugo, hugo-site
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+31.37%)
Mutual labels:  hugo-theme, hugo, hugo-site
hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (+98.04%)
Mutual labels:  hugo-theme, hugo, hugo-site
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (+13.73%)
Mutual labels:  hugo-theme, hugo, hugo-site
hugo-shortcodes-netlify-cms
Shortcodes of Hugo for Netlify CMS Text Editor
Stars: ✭ 50 (-1.96%)
Mutual labels:  hugo-theme, hugo, hugo-site

Phugo

Phugo [ˈfjuːgəʊ] is a gallery/photoblog theme for Hugo. It is a port of HTML5 UP Multiverse template.

Screenshot

Orbit screenshot

Features

Original

  • Fully Responsive
  • HTML5 + CSS3
  • FontAwesome icons
  • Compatible with all modern browsers

Added

  • One level albums support
  • Google Analytics
  • Basic breadcrumbs
  • Working contact form

Demo

You can see it in action on Hugo Themes site.

Contents

Installation

  • Install Hugo and create a new site.
  • Install Phugo. Inside your new Hugo project run:
$ git clone https://github.com/aerohub/phugo themes/phugo
  • Take a look inside the exampleSite folder of this theme. You'll find a file called config.toml. Copy the config.toml into the root folder of your Hugo site.

Configuration

Open just-copied config.toml and fill it with your data. Pay attention on instructions for the contact form.

Now you are ready to create your first photopost/album.

Posting

Inside your project run:

$ hugo new NAME-OF-YOUR-ALBUM/_index.md

It will create an index file of your first album. Open content/NAME-OF-YOUR-ALBUM/_index.md with your text editor. You'll see something like this:

+++
albumthumb = "path/to/album/cover/image"
date = "2016-10-21T19:07:17+03:00"
title = "index"
+++

{{< photo full="path/to/first/FULL-SIZE/image/in/your/gallery.jpg" thumb="path/to/its/THUMBNAIL/image.jpg" alt="" phototitle="SOME TITLE" description="SOME SHORT DESCRIPTION. MARKDOWN **SUPPORTED**. REPEAT THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}

Change the title of your album and set the url of album's cover. Then fill the shortcode fields with the first image data. Repeat the shortcode for every image in the gallery. You may use both local and remote images.

Create needed albums and then

Test your site

In order to see your site in action, run Hugo's built-in local server.

$ hugo server -w

Now enter localhost:1313 in the address bar of your browser.

Building the site

Just run

$ hugo

You'll find your resume files in public folder in the root of Hugo project.

Roadmap

  • [ ] Pagination support
  • [ ] Taxonomies

Contributing

Did you found a bug or got an idea? Feel free to use the issue tracker.

License

The original template is released under the Creative Commons Attribution 3.0 License. Please keep the original attribution link when using for your own project.

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