clean up
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
78f5e31764
commit
27a7a8d9a2
|
@ -56,17 +56,13 @@ jekyll_compose:
|
||||||
description:
|
description:
|
||||||
|
|
||||||
# Homepage limit posts
|
# Homepage limit posts
|
||||||
number_of_posts: 5
|
number_of_posts: 5000
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
# theme: klise
|
# theme: klise
|
||||||
sass:
|
sass:
|
||||||
style: compressed
|
style: compressed
|
||||||
|
|
||||||
include:
|
|
||||||
- _redirects
|
|
||||||
- .htaccess
|
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
- CNAME
|
- CNAME
|
||||||
- Gemfile
|
- Gemfile
|
||||||
|
|
|
@ -4,8 +4,5 @@
|
||||||
- title: Código fuente
|
- title: Código fuente
|
||||||
url: https://sergio.am/code/sergio.am
|
url: https://sergio.am/code/sergio.am
|
||||||
|
|
||||||
- title: Sobre este sitio
|
|
||||||
url: /about/
|
|
||||||
|
|
||||||
- title: Contacto
|
- title: Contacto
|
||||||
url: /contact/
|
url: /contact/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span class="footer_item"><a href="/LICENSE">© Sergio Álvarez</a> <span title="Last build">🔨 {{ site.time | date: "%d %b %Y" }}</span></span>
|
<span class="footer_item"><a href="/LICENSE">© Sergio Álvarez</a> <span title="Last build: {{ site.time | date_to_xmlschema }}">🔨 {{ site.time | date: "%d %b %Y" }}</span></span>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/assets/js/main.js" defer="defer"></script>
|
<script src="/assets/js/main.js" defer="defer"></script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue