-
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.
…nho CSS e JS (MJS)
- Loading branch information
Showing
6 changed files
with
36 additions
and
14 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#_assets/README.md | ||
|
||
> TODO: talvez https://rdyar.github.io/2017/10/01/speed-up-jekyll-by-using-gulp-for-sass-and-other-assets/ (?) | ||
> TODO: talvez https://github.com/envygeeks/jekyll-assets (?) |
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,8 @@ | ||
/** | ||
* @ARCHĪVUM _assets/css/hapi.css | ||
* @LICENTIAM Dominium publicum | ||
* @DĒSCRĪPTIŌNEM _[por] Arquivo de CSS carregado em todo site ao final | ||
* de cada página | ||
* [por]_ | ||
*/ | ||
|
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,8 @@ | ||
/** | ||
* @ARCHĪVUM _assets/js/hapi-api.js | ||
* @LICENTIAM Dominium publicum | ||
* @DĒSCRĪPTIŌNEM _[por] Arquivo JavaScript carregado em todo site ao final | ||
* de cada página. | ||
* [por]_ | ||
*/ | ||
console.log('hapi-api.mjs') |
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,8 @@ | ||
/** | ||
* @ARCHĪVUM _assets/js/hapi-globum.mjs | ||
* @LICENTIAM Dominium publicum | ||
* @DĒSCRĪPTIŌNEM _[por] Arquivo JavaScript carregado em todo site ao final | ||
* de cada página. | ||
* [por]_ | ||
*/ | ||
console.log('hapi-globum.mjs') |
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