All Projects → aerohub → Hugo Orbit Theme

aerohub / Hugo Orbit Theme

Licence: mit
Great looking resume/CV theme designed for developers.

Projects that are alternatives of or similar to Hugo Orbit Theme

academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (-23.96%)
Mutual labels:  resume-template, hugo-theme, hugo, hugo-site
hugo-shortcodes-netlify-cms
Shortcodes of Hugo for Netlify CMS Text Editor
Stars: ✭ 50 (-76.96%)
Mutual labels:  hugo-theme, hugo, hugo-site
Hugo Ink
Crisp, minimal personal website and blog theme for Hugo
Stars: ✭ 209 (-3.69%)
Mutual labels:  hugo, hugo-theme, hugo-site
Hugo Best Practices
Best practices and ideas for Hugo the open-source static site generator.
Stars: ✭ 153 (-29.49%)
Mutual labels:  hugo, hugo-theme, hugo-site
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (-73.27%)
Mutual labels:  hugo-theme, hugo, hugo-site
hugo-tufte
Content centric Hugo blogging theme styled with Tufte-Css
Stars: ✭ 58 (-73.27%)
Mutual labels:  hugo-theme, hugo, hugo-site
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+2707.83%)
Mutual labels:  hugo, hugo-theme, 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 (-69.59%)
Mutual labels:  hugo-theme, hugo, hugo-site
Phugo
Phugo [ˈfjuːgəʊ] is a gallery/photoblog theme for Hugo.
Stars: ✭ 51 (-76.5%)
Mutual labels:  hugo, hugo-theme, hugo-site
Hugo Theme Learn
Porting Grav Learn theme to Hugo
Stars: ✭ 1,155 (+432.26%)
Mutual labels:  hugo, hugo-theme, hugo-site
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (-62.67%)
Mutual labels:  hugo, hugo-theme, hugo-site
hugo-identity-theme
Little profile/card-style template for Hugo. Based on Identity by HTML5 UP.
Stars: ✭ 87 (-59.91%)
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 (-79.72%)
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 (-72.81%)
Mutual labels:  hugo-theme, hugo, hugo-site
hugo-sugoi
Hugo-Sugoi - An Ultra Minimal Hugo Theme based on Skeleton
Stars: ✭ 29 (-86.64%)
Mutual labels:  hugo-theme, hugo, hugo-site
Hugo Awesome Identity
😤 Awesome Identity is a single-page Hugo theme to introduce yourself.
Stars: ✭ 301 (+38.71%)
Mutual labels:  hugo, hugo-theme, hugo-site
Hugo Casper Two
Port of Casper 2.x to Hugo
Stars: ✭ 135 (-37.79%)
Mutual labels:  hugo, hugo-theme, 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 (-43.32%)
Mutual labels:  hugo-theme, hugo, hugo-site
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (-38.71%)
Mutual labels:  hugo-theme, hugo, hugo-site
Hugo Theme Jane
A readable & concise theme for Hugo
Stars: ✭ 669 (+208.29%)
Mutual labels:  hugo, hugo-theme, hugo-site

Hugo Orbit Theme

This is a Hugo port of Orbit - great looking resume/CV template designed for developers by Xiaoying Riley.

Screenshot

Orbit screenshot

Features

Original

  • Fully Responsive
  • HTML5 + CSS3
  • Built on Bootstrap 3
  • 6 Colour Schemes
  • FontAwesome icons
  • LESS files included
  • Compatible with all modern browsers

Added

  • Google Analytics
  • Print format improvements from PR

Demo

You can see it in action on Hugo Themes site.

Contents

Installation

Inside the folder of your new Hugo site run:

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

For more information read the official setup guide of Hugo.

Getting started

After installing the theme successfully it requires just a few more steps to get your resume running.

Copying files

Take a look inside the exampleSite folder of this theme. You'll find a file called config.toml. To start just copy the config.toml into the root folder of your Hugo site.

Configuring

Open your just-copied config.toml and fill it with your data. All the page content may be configured throw one file.

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.

Build your site

Just run

$ hugo

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

Contributing

Did you found a bug or got an idea? Feel free to use the issue tracker. Or make directly a pull request.

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. If you'd like to use the template without the attribution, you can check out other license options via template author's website: themes.3rdwavemedia.com

As for Hugo port you may rewrite the "Ported for..." line with setting your name at the end of config.toml

[params.footer]
    copyright = ""
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].