github.com/aarzilli/tools@v0.0.0-20151123112009-0d27094f75e0/net/http/upload/huprep/config.tmpl (about) 1 # theme to use (located in /themes/THEMENAME/) 2 #theme = "angels-ladder" # no graphics garbage 3 #theme = "bootie-docs" # categories and tags in header, content outline right 4 #theme = "hugo-bootswatch" # section menu, pages, total scrolldown 5 #theme = "hugo-incorporated"# rss 6 #theme = "hugoscroll" # flashy modern - total scrolldown 7 #theme = "hyde" # nice left bar, nice outline, nothing else 8 #theme = "hyde-x" # categories, x-minute read 9 #theme = "hugo-uno" # no tags, 10 #theme = "journal" # categories, tags, bad outline, nice colors 11 #theme = "material-design" # three column homepage, non-aligned 12 #theme = "nofancy" # really nice 13 #theme = "polymer" # blocks for the blind 14 #theme = "redlounge" # contents block at the right, FAVOIRTE 15 #theme = "vienna" # older-newer navigation, FAVOIRTE 16 17 18 theme = "journal" 19 20 #contentdir = ["cnt_econ", "cnt_tec", "cnt_psych"] 21 contentdir = "{{ .ContentDir }}" 22 23 #title = ["An econ perspective on technology", "Psychology and Sociology"] 24 title = "{{ .SiteTitle }}" 25 26 27 28 #baseurl = "http://libertarian-islands.appspot.com/" 29 #baseurl = "/mnt02/" 30 #baseurl = "" 31 baseurl = "/" 32 33 # if true - causes absolute urls 34 # if false - the subdirectory of baseURL is not always respected 35 canonifyurls = true 36 37 # if true, use /filename.html instead of /filename/ 38 uglyURLs = false 39 40 # see permalinks section 41 42 # main mnuSections contains page types 43 SectionPagesMenu = "mnuSections" 44 45 46 languageCode = "en-us" 47 copyright = "All rights reserved - 2015" 48 49 builddrafts = false 50 buildfutures = true 51 52 53 footnoteAnchorPrefix = "" 54 footnoteReturnLinkContents = "" 55 56 57 # "yaml", "toml", "json" 58 metaDataFormat = "toml" 59 60 paginate = 5 61 paginatePath = "page" 62 63 64 # color-codes for highlighting derived from this style 65 pygmentsStyle = "monokai" 66 # true = use pygments-css or false = color-codes directly 67 pygmentsUseClasses = false 68 69 70 71 72 # ==================================== 73 # Enable Logging 74 log = true 75 # Log File path (if set, logging enabled automatically) 76 logFile = "./hugo1.log" 77 # verbose output 78 verbose = false 79 verboseLog = true 80 # display memory and timing of different steps of the program 81 stepAnalysis = true 82 83 # Pluralize titles in lists using inflect 84 pluralizeListTitles = false 85 86 87 88 # :year :month :monthname :day :weekday :weekdayname :yearday 89 # :section the content’s section 90 # :title the content’s title 91 # :slug the content’s slug (or title if no slug) 92 # :filename the content’s filename (without extension) 93 94 [permalinks] 95 page = "/:section/:filename/" 96 #post = "/:year/:month/:title/" 97 post = "/:section/:slug/" 98 hurt = "/:section/:title/" 99 100 101 [taxonomies] 102 category = "categories" 103 tag = "tags" 104 105 106 [[menu.mn01]] 107 name = "Grow from fear" 108 pre = "<i class='fa fa-road'></i>" 109 weight = 100 110 url = "www.libertarian-islands.appspot.com" 111 112 [[menu.mn01]] 113 name = "Surviving losses" 114 pre = "<i class='fa fa-road'></i>" 115 weight = 100 116 url = "www.libertarian-islands.appspot.com" 117 118 119 # becomes => .Site.Params.AuthorName 120 [params] 121 #ContentGroup = ["economics", "other"] 122 ContentGroup = "{{ .ContentGroup }}" 123 #ContentGroup = ["tec-news", "credit-expansion"] 124 ShortName = "{{ .ShortName }}" 125 126 #description = "" 127 #Subtitle = "" 128 #author = "pbberlin" 129 AuthorName = "Peter Buchmann" 130 131 SidebarRecentLimit = 5 132 133 # disqusShortname = As configured sitename at disqus.com, i.e. "tec-news" 134 disqusShortname = "{{ .DisqusShortname }}" 135 136 GitHubUser = "pbberlin" 137 facebook = "pbberlin" 138 twitter = "peter_buchmann" 139 twitterName = "peter_buchmann" 140 TwitterURL = "https://twitter.com/peter_buchmann" 141 github = "pbberlin" 142 githubName = "pbberlin" 143 144 profile = "https://pbs.twimg.com/profile_images/487225427178434562/Yyb2hiOm_400x400.jpeg" 145 analytics = "32168" 146 147 [[params.social]] 148 title = "twitter" 149 url = "https://twitter.com/peter_buchmann" 150 [[params.social]] 151 title = "github" 152 url = "https://github.com/pbberlin" 153 154 155 156