Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #450

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

## => Site Settings
##############################
text_skin: default # "default" (default), "dark", "forest", "ocean", "chocolate", "orange"
highlight_theme: default # "default" (default), "tomorrow", "tomorrow-night", "tomorrow-night-eighties", "tomorrow-night-blue", "tomorrow-night-bright"
text_skin: dark # "default", "dark" (dark), "forest", "ocean", "chocolate", "orange"
highlight_theme: tomorrow-night # "default" (default), "tomorrow", "tomorrow-night", "tomorrow-night-eighties", "tomorrow-night-blue", "tomorrow-night-bright"
url : # the base hostname & protocol for your site e.g. https://www.someone.com
baseurl : # does not include hostname
title : Your Site Title
title : Volitancrooss
description: > # this means to ignore newlines until "Language & timezone"
Your Site Description

Expand All @@ -35,10 +35,10 @@ timezone: # see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for
##############################
author:
type : # "person" (default), "organization"
name : Your Name
name : volitancrooss
url :
avatar : # path or url of avatar image (square)
bio : I am an amazing person.
bio : Hacker, welcome to my site my boys!
email :
facebook : # "user_name" the last part of your profile url, e.g. https://www.facebook.com/user_name
twitter : # "user_name" the last part of your profile url, e.g. https://twitter.com/user_name
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{%- if include.theme == 'dark' -%}
<header class="header header--dark" {%- if include.background -%} style="background: {{ include.background }};" {%- endif -%}>
{%- elsif include.theme == 'light' -%}
{%- elsif include.theme == 'dark' -%}
<header class="header header--light" {%- if include.background -%} style="background: {{ include.background }};" {%- endif -%}>
{%- else -%}
<header class="header" {%- if include.background -%} style="background: {{ include.background }};" {%- endif -%}>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-06-01-header-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ article_header:
src: /screenshot.jpg
---

A Post with Header Image, See [Page layout](https://kitian616.github.io/jekyll-TeXt-theme/samples.html#page-layout) for more examples.
Bienvenidos a mi primera máquina en esta maquina hablaremos de...

<!--more-->
4 changes: 2 additions & 2 deletions _posts/2018-07-01-welcome.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Welcome
tags: TeXt
title: Bienvenido
tags: chapiadora
---

If you see this page, that means you have setup your site. enjoy! :ghost: :ghost: :ghost:
Expand Down
4 changes: 2 additions & 2 deletions test/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ text_skin: default # "default" (default), "dark", "forest", "ocean", "chocolate"
highlight_theme: default # "default" (default), "tomorrow", "tomorrow-night", "tomorrow-night-eighties", "tomorrow-night-blue", "tomorrow-night-bright"
url : # the base hostname & protocol for your site e.g. https://www.someone.com
baseurl : # does not include hostname
title : Your Site Title
title : Volitancrooss
description: > # this means to ignore newlines until "Language & timezone"
Your Site Description

Expand All @@ -35,7 +35,7 @@ timezone: # see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for
##############################
author:
type : # "person" (default), "organization"
name : Your Name
name : Alexander
url :
avatar : # path or url of avatar image (square)
bio : I am an amazing person.
Expand Down
4 changes: 2 additions & 2 deletions test/_posts/2018-07-01-welcome.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Welcome
tags: TeXt
title: Hacking...
tags: ciberseguridad
---

If you see this page, that means you have setup your site. enjoy! :ghost: :ghost: :ghost:
Expand Down