-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
3,466 additions
and
2,020 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,6 @@ | |
[submodule "themes/minimo"] | ||
path = themes/minimo | ||
url = [email protected]:MunifTanjim/minimo.git | ||
[submodule "themes/Mainroad"] | ||
path = themes/Mainroad | ||
url = [email protected]:Vimux/Mainroad.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,145 +1,35 @@ | ||
baseURL = "http://ychubachi.github.io" | ||
title = "Minimo" | ||
# for smart copyright line, leave this blank and check [params.copyright] | ||
copyright = "" | ||
|
||
theme = "minimo" | ||
|
||
disqusShortname = "" | ||
googleAnalytics = "" | ||
|
||
Paginate = 5 | ||
preserveTaxonomyNames = true | ||
|
||
enableRobotsTXT = true # generate robots.txt | ||
|
||
# Syntax Highlighting ( https://gohugo.io/content-management/syntax-highlighting/ ) | ||
pygmentsCodefences = true | ||
|
||
enableEmoji = true | ||
|
||
# Missing translations will default to this content language | ||
defaultContentLanguage = "en" | ||
|
||
[params.info] | ||
description = "Minimalist theme for Hugo" | ||
title404 = "Nothing's here!" | ||
|
||
[params.assets] | ||
favicon = "favicon.ico" | ||
customCSS = ["css/custom.css"] | ||
customJS = ["js/custom.js"] | ||
gopher = "" # used in 404 template ( Generator: https://gopherize.me ) | ||
|
||
[params.copyright] | ||
prefix = "" | ||
holder = "MunifTanjim" | ||
startYear = "2017" | ||
suffix = "" | ||
|
||
[params.settings] | ||
# date & time format: https://golang.org/pkg/time/ | ||
dateFormat = "2006, Jan 02" | ||
listDateFormat = "2006, Jan 02" | ||
archiveDateFormat = "Jan 02" | ||
hideEntryNavigation = ["page"] # boolean / array of sections | ||
hideEntryMeta = ["page"] # boolean / array of sections | ||
showReadingTime = true | ||
showLastmod = true | ||
taxonomyCloudShuffle = true | ||
accentColor = "#ffcd00" | ||
hideMainMenu = false | ||
|
||
[params.sidebar] | ||
enable = true | ||
|
||
[params.widgets] | ||
header = ["breadcrumbs"] | ||
homepage = ["recent_posts"] | ||
sidebar = ["about","search","sidebar_menu","taxonomy_cloud"] | ||
footer = ["social_menu"] | ||
|
||
[params.opengraph.facebook] | ||
admins = [] # array of Facebook IDs | ||
appID = "" | ||
pageID = "" | ||
|
||
[params.opengraph.twitter] | ||
page = "" # Twitter page username | ||
|
||
[params.seo] | ||
# Title Separator: - – — · • * ⋆ | ~ « » < > | ||
titleSeparator = "•" | ||
|
||
[params.social] | ||
codepen = "MunifTanjim" | ||
email = "[email protected]" | ||
facebook = "MunifTanjim" | ||
github = "MunifTanjim" | ||
gitlab = "MunifTanjim" | ||
instagram = "MunifTanjim" | ||
linkedin = "muniftanjim" | ||
twitter = "MunifTanjim" | ||
telegram = "MunifTanjim" | ||
google_scholar = "qc6CJjYAAAAJ" | ||
youtube = "UCT-U0rNerYxItGcuoPX-WYA" | ||
|
||
[params.comments] | ||
enable = false | ||
|
||
# Isso: https://posativ.org/isso/ | ||
[params.comments.isso] | ||
enable = false | ||
scriptSrc = "" # "https://isso.example.com/js/embed.min.js" | ||
dataAttrs = "" # "data-isso='https://isso.example.com' data-isso-require-author='true'" | ||
|
||
[params.comments.staticman] | ||
enable = true | ||
apiEndpoint = "https://api.staticman.net/v2/entry" | ||
maxDepth = 2 | ||
username = "MunifTanjim" | ||
repository = "minimo" | ||
|
||
# Utterances: https://utteranc.es | ||
[params.comments.utterances] | ||
enable = false | ||
issueTerm = "pathname" # pathname / url / title / og:title / <string> | ||
label = "" | ||
theme = "github-light" | ||
|
||
[params.comments.utterances.github] | ||
username = "MunifTanjim" | ||
repository = "minimo" | ||
|
||
[params.search] | ||
client = "fuse" # algolia / fuse / lunr | ||
|
||
[params.search.algolia] | ||
appId = "" | ||
indexName = "" | ||
searchApiKey = "" | ||
|
||
[taxonomies] | ||
author = "authors" | ||
category = "categories" | ||
series = "series" | ||
tag = "tags" | ||
|
||
[permalinks] | ||
page = "/:slug/" | ||
|
||
[[menu.main]] | ||
name = "Repo" | ||
weight = -10 | ||
identifier = "repository" | ||
url = "https://github.com/MunifTanjim/minimo" | ||
|
||
[blackfriday] | ||
hrefTargetBlank = true | ||
|
||
[languages] | ||
# edit this block for your own language | ||
[languages.en] | ||
lang = "en" | ||
languageName = "English" | ||
weight = 1 | ||
baseurl = "/" | ||
title = "YC's Blog" | ||
languageCode = "en-us" | ||
paginate = "10" # Number of posts per page | ||
theme = "Mainroad" | ||
disqusShortname = "" # Enable comments by entering your Disqus shortname | ||
googleAnalytics = "" # Enable Google Analytics by entering your tracking id | ||
|
||
[Author] | ||
name = "YC" | ||
bio = "YC's true identity is unknown. Maybe he is a successful blogger or writer. Nobody knows it." | ||
avatar = "img/avatar.png" | ||
|
||
[Params] | ||
description = "YC's Personal blog about everything" # Description of your site | ||
opengraph = true | ||
twitter_cards = false | ||
readmore = false # Show "Read more" button in list if true | ||
authorbox = true | ||
pager = true | ||
post_meta = ["date", "categories"] # Order of post meta information | ||
|
||
[Params.logo] | ||
subtitle = "My blog about everything" # Logo subtitle | ||
|
||
[Params.sidebar] | ||
home = "right" # Configure layout for home page | ||
list = "right" # Configure layout for list pages | ||
single = "right" # Configure layout for single pages | ||
# Enable widgets in given order | ||
widgets = ["search", "recent", "categories", "taglist"] | ||
|
||
[Params.widgets] | ||
recent_num = 3 # Set the number of articles in the "Recent articles" widget | ||
tags_counter = false # Enable counter for each tag in "Tags" widget (disabled by default) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: About this Blog | ||
date: 2014-04-09 | ||
authorbox: true | ||
sidebar: false | ||
menu: | ||
main: | ||
name: About | ||
--- | ||
|
||
Hugo is a static site engine written in Go. | ||
|
||
|
||
It makes use of a variety of open source projects including: | ||
|
||
* [Cobra](https://github.com/spf13/cobra) | ||
* [Viper](https://github.com/spf13/viper) | ||
* [J Walter Weatherman](https://github.com/spf13/jWalterWeatherman) | ||
* [Cast](https://github.com/spf13/cast) | ||
|
||
Learn more and contribute on [GitHub](https://github.com/spf13). | ||
|
||
## Setup | ||
|
||
Some fun facts about [Hugo](http://gohugo.io/): | ||
|
||
* Built in [Go](http://golang.org/) | ||
* Loosely inspired by [Jekyll](http://jekyllrb.com/) | ||
* Primarily developed by [spf13](http://spf13.com/) on the train while commuting to and from Manhattan. | ||
* Coded in [Vim](http://vim.org) using [spf13-vim](http://vim.spf13.com/) | ||
|
||
Have questions or suggestions? Feel free to [open an issue on GitHub](https://github.com/spf13/hugo/issues/new) or [ask me on Twitter](https://twitter.com/spf13). | ||
|
||
Thanks for reading! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: About Hugo | ||
date: 2014-04-09 | ||
authorbox: false | ||
sidebar: false | ||
menu: main | ||
--- | ||
|
||
Hugo is a static site engine written in Go. | ||
|
||
|
||
It makes use of a variety of open source projects including: | ||
|
||
* [Cobra](https://github.com/spf13/cobra) | ||
* [Viper](https://github.com/spf13/viper) | ||
* [J Walter Weatherman](https://github.com/spf13/jWalterWeatherman) | ||
* [Cast](https://github.com/spf13/cast) | ||
|
||
Learn more and contribute on [GitHub](https://github.com/spf13). | ||
|
||
## Setup | ||
|
||
Some fun facts about [Hugo](http://gohugo.io/): | ||
|
||
* Built in [Go](http://golang.org/) | ||
* Loosely inspired by [Jekyll](http://jekyllrb.com/) | ||
* Primarily developed by [spf13](http://spf13.com/) on the train while commuting to and from Manhattan. | ||
* Coded in [Vim](http://vim.org) using [spf13-vim](http://vim.spf13.com/) | ||
|
||
Have questions or suggestions? Feel free to [open an issue on GitHub](https://github.com/spf13/hugo/issues/new) or [ask me on Twitter](https://twitter.com/spf13). | ||
|
||
Thanks for reading! |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.