Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pacollins committed Jul 4, 2019
2 parents 341952d + cd71180 commit e0eb982
Show file tree
Hide file tree
Showing 18 changed files with 1,420 additions and 59 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ well as being an opportunity for people to learn how to use Git and GitHub.
1. A [GitHub Account].
2. Either [Git] (preferable) or [GitHub Desktop]
3. The latest version of [Hugo][Hugo Release].
4. The latest version of [hugo-future-imperfect][Head].
4. The latest version of [hugo-future-imperfect-slim][Head].

### Forking

Navigate to the theme repository [jpescador/hugo-future-imperfect][head],
Navigate to the theme repository [pacollins/hugo-future-imperfect-slim][head],
and then click **Fork** in the top right. This will create your copy of the
theme.

Expand Down
26 changes: 19 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,38 @@ assignees: ''

# Bug Report
## Describe the bug
A clear and concise description of what the bug is.
<!-- A clear and concise description of what the bug is. -->



## To Reproduce
Steps to reproduce the behavior:
<!-- Steps to reproduce the behavior: -->

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

## Expected behavior
A clear and concise description of what you expected to happen.
<!-- A clear and concise description of what you expected to happen. -->


##Screenshots
If applicable, add screenshots to help explain your problem.

## Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->

<!-- ![Screenshot](IMGURL) -->

## Environment
<!--
Please describe what you are experiencing this problem with.
More information helps diagnose the issue faster.
-->

- **Hugo Version:** [e.g. 0.46]
- **Browser and Version:** [e.g. Chrome 74.0.3729.108]
- **Platform:** [e.g. Desktop/Mobile]
- **Link to Project: **
- **Link to Project:**

## Additional context
Add any other context about the problem here.
<!-- Add any other context about the problem here. -->
23 changes: 15 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@ assignees: ''
---

# Feature Request
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
## Is your feature request related to a problem?
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

## Solution
<!-- A clear and concise description of what you want to happen. -->



## Alternatives
<!-- A clear and concise description of any alternative solutions or features you've considered. -->



## Additional Context
<!-- Add any other context or screenshots about the feature request here. -->
47 changes: 23 additions & 24 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
<!--- Prerequisites -->
<!--- I am running the latest version of [Hugo](https://github.com/gohugoio/hugo/releases) -->
<!--- I am using the latest version of [Hugo-Future-Imperfect](https://github.com/pacollins/hugo-future-imperfect-slim/releases) -->
<!--- I checked the [issues](https://github.com/pacollins/hugo-future-imperfect-slim/issues?utf8=%E2%9C%93&q=is%3Aissue) to make sure that this feature has not been rejected before -->
<!--- I checked the [pull requests](https://github.com/pacollins/hugo-future-imperfect-slim/pulls?utf8=%E2%9C%93&q=is%3Apr) to make sure that this feature is not already being developed -->
<!---
## Prerequisites
- I am running the latest version of [Hugo](https://github.com/gohugoio/hugo/releases)
- I am using the latest version of [Hugo-Future-Imperfect-slim](https://github.com/pacollins/hugo-future-imperfect-slim/releases)
- I checked the [issues](https://github.com/pacollins/hugo-future-imperfect-slim/issues?utf8=%E2%9C%93&q=is%3Aissue) to make sure that this feature has not been rejected before
- I checked the [pull requests](https://github.com/pacollins/hugo-future-imperfect-slim/pulls?utf8=%E2%9C%93&q=is%3Apr) to make sure that this feature is not already being developed
-->

<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here with "Closes #XXX" -->

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->

**Hugo Version:**
## Motivation and Context
<!---
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here by writing "Closes #XXX"
-->


**Browser(s):**

## Screenshots (if appropriate):

<!-- ![Screenshot](IMGURL) -->

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->

Expand All @@ -32,14 +33,12 @@
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->

- [ ] My code follows the [code style] of this project.
- [ ] My change requires a change to the [documentation].
<!---
Please review the following points and put an `x` in all the boxes that apply.
If you're unsure about any of these, don't hesitate to ask. We're here to help!
-->

- [ ] I have read the [Contributing Document](https://github.com/pacollins/hugo-future-imperfect-slim/blob/master/.github/CONTRIBUTING.md).
- [ ] My code follows the [code style](https://github.com/pacollins/hugo-future-imperfect-slim/blob/master/.github/CONTRIBUTING.md#Style-Guide) of this project.
- [ ] My change requires a change to the [documentation](https://github.com/pacollins/hugo-future-imperfect-slim/wiki).
- [ ] I have updated the documentation, including `theme.toml`, accordingly.
- [ ] I have read the [Contributing Document].

[Code Style]: https://github.com/pacollins/hugo-future-imperfect-slim/blob/master/.github/CONTRIBUTING.md#Style-Guide
[Contributing Document]: https://github.com/pacollins/hugo-future-imperfect-slim/blob/master/.github/CONTRIBUTING.md
[Documentation]: https://github.com/pacollins/hugo-future-imperfect-slim/wiki
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ exampleSite
├── staticman.yml
├── content
| ├── about
| │ ├── _index.br.md
| │ ├── _index.fr.md
| │ ├── _index.md
| │ └── _index.pl.md
Expand All @@ -100,6 +101,7 @@ exampleSite
| │ ├── migrate-from-jekyll.md
| │ └── migrate-from-jekyll.pl.md
| ├── contact
| | |-- _index.br.md
| │ ├── _index.fr.md
| │ ├── _index.md
| │ └── _index.pl.md
Expand Down Expand Up @@ -167,6 +169,8 @@ a feature **off**. It is structured as follows:
| │ └── .Menu.Main
| ├── .Pl
| │ └── .Menu.Main
| ├── .Br
| │ └── .Menu.Main
└── .Social // Controls Links to Social Media
```

Expand All @@ -186,6 +190,16 @@ Hugo will build your site and host a server locally. You can view this live at
In addition to the native [Hugo shortcodes](https://gohugo.io/extras/shortcodes/),
the theme also includes additional shortcodes that you may find useful.

## Source Code Highlighting

You can enable source code hightlighting via [highlight.js](https://highlightjs.org).
If you want to use a language which is not in the [common package](https://highlightjs.org/download/) of highlight.js
you can enable that language via `highlightjsLang` and the additional packages with be added to your site.

```
highlightjsLang=["yaml", "groovy"]
```

## About the Author

[Hugo Future Imperfect](http://html5up.net/future-imperfect) is a theme by
Expand Down
43 changes: 41 additions & 2 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ disableLanguages = [""]
# Activate Estimated Reading Times, which appear in the post headers
readingTime = true
# Sets which Social Share links appear in posts.
# Options are twitter, facebook, reddit, linkedin, stumbleupon, pinterest, email
# Options are twitter, facebook, reddit, linkedin, pinterest, email
socialShare = ["twitter", "facebook", "reddit", "linkedin",
"stumbleupon", "pinterest", "email"]
"pinterest", "email"]

[params.meta]
# Sets the meta tag description
Expand Down Expand Up @@ -215,6 +215,43 @@ disableLanguages = [""]
url = "/contact/"
identifier = "far fa-envelope"
weight = 6

[Languages.br]
languageCode = "br"
LanguageName = "Português"
title = "Hugo Future Imperfect Slim em português"
description = "Um tema do HTML5 UP, portado por Julio Pescadora e reduzido por Patrick Collins. Multilíngue por StatnMap. Feito com Hugo."
weight = 4

[[Languages.br.menu.main]]
name = "Início"
url = "/"
identifier = "fas fa-home"
weight = 1

[[Languages.br.menu.main]]
name = "Sobre"
url = "/about/"
identifier = "far fa-id-card"
weight = 2

[[Languages.br.menu.main]]
name = "Blog"
url = "/blog/"
identifier = "far fa-newspaper"
weight = 3

[[Languages.br.menu.main]]
name = "Categorias"
url = "/categories/"
identifier = "fas fa-sitemap"
weight = 5

[[Languages.br.menu.main]]
name = "Contato"
url = "/contact/"
identifier = "far fa-envelope"
weight = 6

# Sets Social Media icons to appear and link to your account. Value should be your
# username unless otherwise noted. These are the icons affected by socialAppearAtTop
Expand Down Expand Up @@ -263,5 +300,7 @@ disableLanguages = [""]
googlescholar = ""
orcid = ""
researchgate = "example"
keybase = "example"
mastodon = "example.com/@example"
# Email
email = "example"
29 changes: 29 additions & 0 deletions exampleSite/content/about/_index.br.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
+++
title = "Sobre Hugo"
date = "2014-04-09"
+++

Hugo é um gerador de site escrito em Go.


Ele utiliza vários projetos open source, incluindo:

* [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)

Aprenda mais e contribua no [GitHub](https://github.com/spf13).

## Setup

Algumas curiosidades sobre [Hugo](http://gohugo.io/):

* Feito com [Go](http://golang.org/)
* Loosely inspired by [Jekyll](http://jekyllrb.com/)
* Inicialmente desenvolvido by [spf13](http://spf13.com/) em um trem enquanto viajava de e para Manhattan.
* Codificado no [Vim](http://vim.org) usando [spf13-vim](http://vim.spf13.com/)

Alguma pergunta ou sugestão? Está livre para [abrir uma issue no GitHub](https://github.com/spf13/hugo/issues/new) ou [perguntar no Twitter](https://twitter.com/spf13).

Obrigado pela leitura!
Loading

0 comments on commit e0eb982

Please sign in to comment.