GithubHelp home page GithubHelp logo

spf13.com's Introduction

Steve Francia's Website

This is the source for http://spf13.com. I use Hugo to take the source here and create a static site which can be found at spf13

Hugo, is new idea around making website creation simple again. Hugo flexibly works with many formats and is ideal for blogs, docs, portfolios and much more. Hugo's speed fosters creativity and makes building a website fun again.

I hope this site can serve as a good example for anyone using Hugo.

License

The following files and directories including their contents are Copyright Steve Francia, or their respective copyright holders:

  • content/
  • static/media/
  • static/static/fonts/
  • static/favicon.ico
  • static/apple-touch-icon.png

All other directories and files are MIT Licensed unless clearly designated otherwise.

Feel free to use the HTML and CSS as you please. If you do use anything here, a link back to http://github.com/spf13/hugo would be appreciated.

spf13.com's People

Contributors

medvednikov avatar rleon avatar spf13 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spf13.com's Issues

run the website source codes local errors.

  1. I clone the spf13.com source code.
  2. I run on windows, using the command "hugo server --source=./ --watch"
  3. I get some errors.
$ hugo server --source=./ --watch
panic: runtime error: index out of range

goroutine 1 [running]:
runtime.panic(0x6ec140, 0xb38197)
        /usr/local/go/src/pkg/runtime/panic.c:266 +0xa6
github.com/spf13/hugo/hugolib.Tokenize(0x12026411, 0xa1, 0x1202640d, 0x3)
        /home/parallels/.gopathBuild/src/github.com/spf13/hugo/hugolib/shortcode
.go:109 +0x60c
github.com/spf13/hugo/hugolib.ShortcodesHandle(0x12026000, 0x4bb, 0x1203a640, 0x
14d328, 0x11e9c8e0, ...)
        /home/parallels/.gopathBuild/src/github.com/spf13/hugo/hugolib/shortcode
.go:46 +0xfa
github.com/spf13/hugo/hugolib.(*Site).ProcessShortcodes(0x11eeb1c0)
        /home/parallels/.gopathBuild/src/github.com/spf13/hugo/hugolib/site.go:2
69 +0x80
github.com/spf13/hugo/hugolib.(*Site).Render(0x11eeb1c0, 0x0, 0x0)
        /home/parallels/.gopathBuild/src/github.com/spf13/hugo/hugolib/site.go:1
72 +0x7a
github.com/spf13/hugo/hugolib.(*Site).Build(0x11eeb1c0, 0x0, 0x0)
        /home/parallels/.gopathBuild/src/github.com/spf13/hugo/hugolib/site.go:1
09 +0x61
github.com/spf13/hugo/commands.buildSite(0x1825d7, 0x1, 0x1, 0x0, 0x0)
        /home/parallels/.gopathBuild/src/github.com/spf13/hugo/commands/hugo.go:
149 +0xd7
github.com/spf13/hugo/commands.build(0x182667, 0x1, 0x1)
        /home/parallels/.gopathBuild/src/github.com/spf13/hugo/commands/hugo.go:
103 +0x1d2
github.com/spf13/hugo/commands.server(0xb35da0, 0x11e52fd0, 0x0, 0x2)
        /home/parallels/.gopathBuild/src/github.com/spf13/hugo/commands/server.g
o:48 +0xcf
github.com/spf13/cobra.(*Command).execute(0xb35da0, 0x11e62770, 0x2, 0x2, 0x0, .
..)
        /home/parallels/.gopathBuild/src/github.com/spf13/cobra/command.go:273 +
0xe4
github.com/spf13/cobra.(*Command).findAndExecute(0xb35d20, 0x11e62768, 0x3, 0x3,
 0x0, ...)
        /home/parallels/.gopathBuild/src/github.com/spf13/cobra/command.go:259 +
0x8f
github.com/spf13/cobra.(*Command).Execute(0xb35d20, 0x0, 0x0)
        /home/parallels/.gopathBuild/src/github.com/spf13/cobra/command.go:308 +
0x4e8
github.com/spf13/hugo/commands.Execute()
        /home/parallels/.gopathBuild/src/github.com/spf13/hugo/commands/hugo.go:
52 +0x2e
main.main()
        /home/parallels/.gopathBuild/src/github.com/spf13/hugo/main.go:21 +0x1d

goroutine 33 [chan send]:
text/template/parse.lexSpace(0x11e95040, 0x7d48c8)
        /usr/local/go/src/pkg/text/template/parse/lex.go:339 +0xca
text/template/parse.(*lexer).run(0x11e95040)
        /usr/local/go/src/pkg/text/template/parse/lex.go:198 +0x3d
created by text/template/parse.lex
        /usr/local/go/src/pkg/text/template/parse/lex.go:191 +0xef

social.html partial - PR?

I was going through this to get more familiar with how Hugo works and found some minor changes I might make in the mouse over titles in the share.html partial. I.e. "Share the article on Twitter" instead of "Follow me on Twitter" in the 'Share' section.

I'm happy to do a PR the changes I have made, but thought I should check since it's your website. What shall I do?

"About the Author" section cutoff

While messing around with the Chrome devtools, I found out that part of the 'About the Author' section goes off the screen and cannot be read. Only seems to occur on pages with project archetypes.

Screenshots: 1080p, 4K

TagBar link old/broken

The TagBar link under the Featured Plugins section is broken. It refers to the godlygeek repository instead of the majutsushi which is currently being used.

Font files

Can I use the font files if I do a Copyright Attribution. I found Hugo today and it is just what I need. Thanks

Eric

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.