forked from froge/cyberfrog.me
		
	Compare commits
	
		
			11 commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| c0d63ab5f3 | |||
| 16941f6074 | |||
| 2623244fb3 | |||
| 138440d973 | |||
| 3b17c1f479 | |||
| a865751408 | |||
| cb89c32b1a | |||
| 1e6e340f56 | |||
| a603a89938 | |||
| 32bb30b256 | |||
| c4877b6d37 | 
					 6 changed files with 144 additions and 87 deletions
				
			
		| 
						 | 
				
			
			@ -4,4 +4,11 @@ date = 2025-01-31
 | 
			
		|||
updated = 2025-01-31
 | 
			
		||||
+++
 | 
			
		||||
 | 
			
		||||
This is my second blog post.
 | 
			
		||||
This is my second blog post, I'm still testing Zola!!! I just really wanted to see how longer form content looks and how it grows within my page
 | 
			
		||||
 | 
			
		||||
hopefully this will work well, it seems good, as long as I can get the content of the actual blog post to appear lol...
 | 
			
		||||
 | 
			
		||||
who really knows:
 | 
			
		||||
- Something is always broken
 | 
			
		||||
- If it's not broken it will break eventually
 | 
			
		||||
- [x] The thing I care about is currently breaking
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										135
									
								
								static/main.css
									
										
									
									
									
								
							
							
						
						
									
										135
									
								
								static/main.css
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,23 +1,43 @@
 | 
			
		|||
* {
 | 
			
		||||
  margin: 0rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html {
 | 
			
		||||
  margin: 0rem;
 | 
			
		||||
  padding: 0rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body {
 | 
			
		||||
  font-family: Open Sans, Arial;
 | 
			
		||||
  color: #e4e4e4;
 | 
			
		||||
  font-size: 14px;
 | 
			
		||||
  margin: auto;
 | 
			
		||||
  max-width: 50em;
 | 
			
		||||
  display: flex;
 | 
			
		||||
  flex-direction: column;
 | 
			
		||||
  justify-content: start;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  font-family: monospace;
 | 
			
		||||
  padding: 2rem;
 | 
			
		||||
  font-size: 18px;
 | 
			
		||||
  line-height: 1.4;
 | 
			
		||||
  -webkit-hyphens: auto;
 | 
			
		||||
  -ms-hyphens: auto;
 | 
			
		||||
  hyphens: auto;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  /* Fancy background CSS styling lives here */
 | 
			
		||||
  background: linear-gradient(
 | 
			
		||||
    to bottom right,
 | 
			
		||||
    rgba(0, 0, 0, 1),
 | 
			
		||||
    rgba(65, 15, 75, 1) 40%,
 | 
			
		||||
    rgba(65, 15, 90, 1) 50%,
 | 
			
		||||
    rgba(30, 15, 80, 1) 60%,
 | 
			
		||||
    rgba(0, 0, 0, 1)
 | 
			
		||||
  );
 | 
			
		||||
  background-size: 100% 100%;
 | 
			
		||||
  background-repeat: no-repeat;
 | 
			
		||||
  background-attachment: fixed;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
li {
 | 
			
		||||
  margin-top: 1em;
 | 
			
		||||
  list-style-type: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ul {
 | 
			
		||||
  padding: 0rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
a {
 | 
			
		||||
  color: #4361ee;
 | 
			
		||||
  text-decoration: none;
 | 
			
		||||
| 
						 | 
				
			
			@ -33,20 +53,20 @@ a:hover {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
#site-content {
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  margin: 5em auto;
 | 
			
		||||
  padding: 1em;
 | 
			
		||||
  padding-bottom: 2em;
 | 
			
		||||
  border-radius: 1em;
 | 
			
		||||
  background: rgba(0,0,0, 0.7);
 | 
			
		||||
  box-shadow: 1em 1em 1em 1em rgba(0,0,0, 0.5);
 | 
			
		||||
  max-width: 55rem;
 | 
			
		||||
  color: #e4e4e4;
 | 
			
		||||
  padding: 2rem;
 | 
			
		||||
  border-radius: 1rem;
 | 
			
		||||
  background: rgba(0,0,0, 0.78);
 | 
			
		||||
  box-shadow: 1rem 1rem 1rem 1rem rgba(0,0,0, 0.5);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#ascii-header {
 | 
			
		||||
  font-size: 10px;
 | 
			
		||||
  color: #e4e4e4;
 | 
			
		||||
  text-decoration: none;
 | 
			
		||||
  border-bottom: #541287 0.8em dotted;
 | 
			
		||||
  padding: 1rem;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#ascii-header a {
 | 
			
		||||
| 
						 | 
				
			
			@ -59,30 +79,55 @@ a:hover {
 | 
			
		|||
  text-decoration: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#welcome-message {
 | 
			
		||||
  padding: 1rem;
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#blog-page-title {
 | 
			
		||||
  padding-bottom: 0.5rem;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#blog-post-content {
 | 
			
		||||
  padding-top: 1.5rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#blog-post-content p {
 | 
			
		||||
  padding: 1rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#blog-post-content ul {
 | 
			
		||||
  padding: 1rem;
 | 
			
		||||
  padding-top: 0rem;
 | 
			
		||||
  /* Align the inner il elements correctly */
 | 
			
		||||
  margin-left: 1rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#blog-post-content li {
 | 
			
		||||
  list-style-type: disc;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dotted-border {
 | 
			
		||||
  border-bottom: #e4e4e4 8px dotted;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.title {
 | 
			
		||||
  letter-spacing: -2px;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.blog-entry-container {
 | 
			
		||||
  padding: 1rem;
 | 
			
		||||
  padding-top: 2rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.blog-entry-title {
 | 
			
		||||
  padding-top: 2rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.blog-post-date {
 | 
			
		||||
 margin: 0;
 | 
			
		||||
 padding: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.blog-title {
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* Magic background CSS lives here */
 | 
			
		||||
#bg-effect-container {
 | 
			
		||||
  z-index: -1;
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  bottom: 0%;
 | 
			
		||||
  left: 0%;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  background-color: #000000;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.bg-effect {
 | 
			
		||||
  background: linear-gradient(to bottom right, rgba(0,0,0,1) 10%, rgba(65,14,105, 0.6) 40%, rgba(55,17,95,0.7) 50%, rgba(32,14,84,0.6) 60%, rgba(0,0,0,1) 90%);
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  text-align: center;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										11
									
								
								templates/404.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								templates/404.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
{% extends "base.html" %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<main id="main-content">
 | 
			
		||||
  <div id="welcome-message">
 | 
			
		||||
    <h2 id="blog-page-title">|| 404 Not Found ||</h2>
 | 
			
		||||
    <h6 class="blog-post-date">These are not the frogs you're looking for 👋 🐸</h6>
 | 
			
		||||
  </div>
 | 
			
		||||
  <div class="dotted-border"></div>
 | 
			
		||||
</main>
 | 
			
		||||
{% endblock content %}
 | 
			
		||||
| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
  <title>🐸 CyberFrog</title>
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
<body id="bg-effect">
 | 
			
		||||
  <div id="site-content">
 | 
			
		||||
  <!-- Credits to http://patorjk.com/software/taag/ for the header, made using "ANSI Regular" font -->
 | 
			
		||||
  <div id="ascii-header"><a href="/"><pre>
 | 
			
		||||
| 
						 | 
				
			
			@ -16,20 +16,8 @@
 | 
			
		|||
██         ██    ██   ██ ██      ██   ██ ██      ██   ██ ██    ██ ██    ██    ██  ██  ██ ██      
 | 
			
		||||
 ██████    ██    ██████  ███████ ██   ██ ██      ██   ██  ██████   ██████  ██ ██      ██ ███████ 
 | 
			
		||||
  </pre></a></div>
 | 
			
		||||
    <main id="main-content">
 | 
			
		||||
      <h1 class="title">
 | 
			
		||||
        This is my blog made with <a target="_blank" href="https://www.getzola.org">Zola!</a>
 | 
			
		||||
      </h1>
 | 
			
		||||
      <h3>It's currently running on <a target="_blank" href="https://www.vultr.com">Vultr</a> for free with 500MB of RAM and <a target="_blank" href="https://www.openbsd.org">OpenBSD</a></h3>
 | 
			
		||||
      <div class="blog-posts">
 | 
			
		||||
        {% block content %} {% endblock %}
 | 
			
		||||
      </div>
 | 
			
		||||
    </main>
 | 
			
		||||
  </div>
 | 
			
		||||
  <!-- The wonderful frog pool -->
 | 
			
		||||
  <div id="bg-effect-container">
 | 
			
		||||
    <div class="bg-effect">
 | 
			
		||||
    </div>
 | 
			
		||||
  <div class="dotted-border"></div>
 | 
			
		||||
    {% block content %} {% endblock content %}
 | 
			
		||||
  </div>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,11 +1,23 @@
 | 
			
		|||
{% extends "base.html" %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<ul>
 | 
			
		||||
<main id="main-content">
 | 
			
		||||
  <div id="welcome-message">
 | 
			
		||||
    <h1 class="title">Welcome</h1>
 | 
			
		||||
    <p>This blog is made with 💜 and <a target="_blank" href="https://www.getzola.org">Zola!</a></p>
 | 
			
		||||
    <p>It's currently running on <a target="_blank" href="https://www.vultr.com">Vultr</a> and <a target="_blank" href="https://www.openbsd.org">OpenBSD</a>
 | 
			
		||||
    </p>
 | 
			
		||||
  </div>
 | 
			
		||||
  <div class="dotted-border"></div>
 | 
			
		||||
  <div class="blog-entry-container">
 | 
			
		||||
    <h3 class="title">View the latest posts</h3>
 | 
			
		||||
      <ul>
 | 
			
		||||
      <!-- If you are using pagination, section.pages will be empty.
 | 
			
		||||
           You need to use the paginator object -->  
 | 
			
		||||
        {% for page in section.pages %}
 | 
			
		||||
  <li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
 | 
			
		||||
        <li class="blog-entry-title">{{ page.date }} // <a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
 | 
			
		||||
        {% endfor %}
 | 
			
		||||
</ul>
 | 
			
		||||
      </ul>
 | 
			
		||||
  </div>
 | 
			
		||||
</main>
 | 
			
		||||
{% endblock content %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,20 +1,14 @@
 | 
			
		|||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
<head>
 | 
			
		||||
  <meta charset="utf-8">
 | 
			
		||||
  <link rel="stylesheet" href=/main.css>
 | 
			
		||||
  <title>🐸 CyberFrog</title>
 | 
			
		||||
</head>
 | 
			
		||||
{% extends "base.html" %}
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
  <h1 class="title">Cyberfrog blog</h1>
 | 
			
		||||
  <main id="main-content">
 | 
			
		||||
    <h2 class="blog-title">{{ page.title }}</h2>
 | 
			
		||||
    <h4 class="blog-post-date">Published: {{ page.date }} || Last updated: {{ page.updated }}</h4>
 | 
			
		||||
    <div class="blog-posts">
 | 
			
		||||
      {% block content %} {% endblock %}
 | 
			
		||||
{% block content %}
 | 
			
		||||
<main id="main-content">
 | 
			
		||||
  <div id="welcome-message">
 | 
			
		||||
    <h2 id="blog-page-title">{{ page.title }}</h2>
 | 
			
		||||
    <h6 class="blog-post-date">// Published: {{ page.date }} // Modified: {{ page.updated }} //</h6>
 | 
			
		||||
  </div>
 | 
			
		||||
  </main>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
  <div class="dotted-border"></div>
 | 
			
		||||
  <div id="blog-post-content">
 | 
			
		||||
    {{ page.content | safe }}
 | 
			
		||||
  </div>
 | 
			
		||||
</main>
 | 
			
		||||
{% endblock content %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue