This repository has been archived by the owner on Jun 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Switch to the Hugo Pipes (bye bye Webpack) - Use Inter from Google Fonts - Update README
- Loading branch information
Showing
74 changed files
with
173 additions
and
7,564 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
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 +1,2 @@ | ||
node_modules | ||
node_modules | ||
public |
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,5 +1,11 @@ | ||
{ | ||
"parser": "babel", | ||
"printWidth": 100, | ||
"trailingComma": "all" | ||
"trailingComma": "all", | ||
"overrides": [{ | ||
"files": ".html", | ||
"options": { | ||
"parser": "html" | ||
} | ||
}] | ||
} |
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,21 @@ | ||
# Community features | ||
|
||
<!-- | ||
Did a cool thing with the theme and want to share it with rest of the Hello Friend theme users? Jump in! | ||
Please follow the template: | ||
- **NAME_OF_THE_FEATURE** (LINK TO YOUR FORK) | ||
- SHORT DESCRIPTION | ||
- SOMETHING ABOUT YOU (name and who you are / what you do / etc.) | ||
eg: | ||
- **Social media icons** (https://github.com/...) | ||
- This was a big missing feature of the theme. It will help your audience reach you over the internet. | ||
- John, a javascript developer. | ||
--> | ||
|
||
- **Social media icons** (https://github.com/...) | ||
- This is the biggest missing feature of the theme. But now it will help your audience reach you over the internet. | ||
- John, a javascript developer. |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
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
File renamed without changes.
File renamed without changes.
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,17 @@ | ||
@import 'fonts.css'; | ||
@import 'variables.css'; | ||
@import 'buttons.css'; | ||
|
||
@import 'header.css'; | ||
@import 'logo.css'; | ||
@import 'menu.css'; | ||
@import 'main.css'; | ||
@import 'post.css'; | ||
@import 'pagination.css'; | ||
@import 'footer.css'; | ||
|
||
@import 'terms.css'; | ||
@import 'archive.css'; | ||
|
||
@import 'prism.css'; | ||
@import 'code.css'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,18 @@ | ||
module.exports = function(api) { | ||
api.cache(true); | ||
|
||
const presets = [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
targets: "last 2 versions, >1%, not dead", | ||
}, | ||
], | ||
]; | ||
const plugins = []; | ||
|
||
return { | ||
presets, | ||
plugins, | ||
}; | ||
}; |
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
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
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
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
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
Oops, something went wrong.