All Projects → aerohub → hugo-identity-theme

aerohub / hugo-identity-theme

Licence: other
Little profile/card-style template for Hugo. Based on Identity by HTML5 UP.

Programming Languages

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

Projects that are alternatives of or similar to hugo-identity-theme

academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+89.66%)
Mutual labels:  hugo-theme, hugo, personal-website, 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 (-49.43%)
Mutual labels:  hugo-theme, hugo, personal-website, hugo-site
Hugo Awesome Identity
😤 Awesome Identity is a single-page Hugo theme to introduce yourself.
Stars: ✭ 301 (+245.98%)
Mutual labels:  hugo-theme, identity, 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 (-24.14%)
Mutual labels:  hugo-theme, hugo, hugo-site
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (-42.53%)
Mutual labels:  hugo-theme, hugo, hugo-site
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (-22.99%)
Mutual labels:  hugo-theme, hugo, hugo-site
Hugo Ink
Crisp, minimal personal website and blog theme for Hugo
Stars: ✭ 209 (+140.23%)
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 (+7820.69%)
Mutual labels:  hugo-theme, hugo, hugo-site
hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (+16.09%)
Mutual labels:  hugo-theme, hugo, hugo-site
hugo-sugoi
Hugo-Sugoi - An Ultra Minimal Hugo Theme based on Skeleton
Stars: ✭ 29 (-66.67%)
Mutual labels:  hugo-theme, hugo, 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 (-44.83%)
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 (+41.38%)
Mutual labels:  hugo-theme, hugo, hugo-site
Hugo Eureka
Eureka is a feature-rich and highly customizable Hugo theme.
Stars: ✭ 239 (+174.71%)
Mutual labels:  hugo-theme, hugo, hugo-site
Hugo Orbit Theme
Great looking resume/CV theme designed for developers.
Stars: ✭ 217 (+149.43%)
Mutual labels:  hugo-theme, hugo, hugo-site
hugo-toha.github.io
An example hugo static site with Toha theme.
Stars: ✭ 59 (-32.18%)
Mutual labels:  hugo, personal-website, hugo-site
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (+52.87%)
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 (-63.22%)
Mutual labels:  hugo-theme, hugo, hugo-site
Hugo Best Practices
Best practices and ideas for Hugo the open-source static site generator.
Stars: ✭ 153 (+75.86%)
Mutual labels:  hugo-theme, hugo, hugo-site
Hugo Theme Pure
A pure theme for Hugo
Stars: ✭ 198 (+127.59%)
Mutual labels:  hugo-theme, hugo, hugo-site
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (-44.83%)
Mutual labels:  hugo-theme, hugo, hugo-site

Hugo Identity Theme

Hugo Identity Theme is based on Identity template by HTML5 UP. It was ported to Hugo for training and fun. It is rather configurable and flexible despite it's simplicity.

Demo

Demo on themes.gohugo.io

Features

  • Responsive design
  • Configurable appearance
  • Configurable social links
  • Contact form
  • Google Analytics

Screenshot

Hugo Identity Theme screenshot

Contents

Installation

Inside the folder of your Hugo site run:

$ mkdir themes
$ cd themes
$ git clone https://github.com/aerohub/hugo-identity-theme

For more information read the official setup guide of Hugo.

Getting started

After installing the Identity Theme successfully it requires a just a few more steps to get your site running.

The config file

Take a look inside the exampleSite folder of this theme. You'll find a file called config.toml. To use it, copy the config.toml in the root folder of your Hugo site. Feel free to change the strings in this theme. Play with already placed avatars and background images or use yours.

Make the contact form working

Since this page will be static, you can use formspree.io as proxy to send the actual email. Each month, visitors can send you up to one thousand emails without incurring extra charges. Begin the setup by following the steps below:

  1. Enter your email address under 'email' in the config.toml
  2. Enable form by setting enable to true in contact settings
  3. Upload the generated site to your server
  4. Send a dummy email yourself to confirm your account
  5. Click the confirm link in the email from formspree.io
  6. You're done. Happy mailing!

Nearly finished

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.

Custom Styling

To edit the css this theme uses, add your CSS to the assets folder then include it as part one of the [params] with the label custom_css. More information and an example can be found in the example config.toml file.

Contributing

Did you found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.

License

This work is licensed under the Creative Commons Attribution 3.0 Unported License. For more information read the License.

Annotations

Thanks

  • to spf13 for creating Hugo and the awesome community around the project
  • to digitalcraftsman for creating Hugo themes and writing nice READMEs
  • to n33, (of course!) for original Identity Theme
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].