mirror of
				https://github.com/bspeice/speice.io
				synced 2025-11-03 18:10:32 -05:00 
			
		
		
		
	Revert
This commit is contained in:
		
							
								
								
									
										11
									
								
								_includes/analytics.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								_includes/analytics.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,11 @@
 | 
			
		||||
{% if site.google_analytics_id %}
 | 
			
		||||
<script>
 | 
			
		||||
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
 | 
			
		||||
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
 | 
			
		||||
        Date();a=s.createElement(o),
 | 
			
		||||
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 | 
			
		||||
            })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
 | 
			
		||||
  ga('create', '{{ site.google_analytics_id }}', 'auto');
 | 
			
		||||
  ga('send', 'pageview');
 | 
			
		||||
</script>
 | 
			
		||||
{% endif %}
 | 
			
		||||
							
								
								
									
										17
									
								
								_includes/disqus.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								_includes/disqus.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,17 @@
 | 
			
		||||
<script>
 | 
			
		||||
  /**
 | 
			
		||||
  *  RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
 | 
			
		||||
  *  LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
 | 
			
		||||
  
 | 
			
		||||
  var disqus_config = function () {
 | 
			
		||||
    this.page.url = {{ page.url }};  // Replace PAGE_URL with your page's canonical URL variable
 | 
			
		||||
    this.page.identifier = {{ page.id }}; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
 | 
			
		||||
  };
 | 
			
		||||
  (function() { // DON'T EDIT BELOW THIS LINE
 | 
			
		||||
  var d = document, s = d.createElement('script');
 | 
			
		||||
  s.src = 'https://{{ site.disqus_id }}.disqus.com/embed.js';
 | 
			
		||||
  s.setAttribute('data-timestamp', +new Date());
 | 
			
		||||
  (d.head || d.body).appendChild(s);
 | 
			
		||||
  })();
 | 
			
		||||
</script>
 | 
			
		||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
 | 
			
		||||
							
								
								
									
										4
									
								
								_includes/footer.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								_includes/footer.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,4 @@
 | 
			
		||||
<footer class="c-page__footer">
 | 
			
		||||
  <p>© {{ site.author }} {{ 'now' | date: '%Y' }}</p>
 | 
			
		||||
  <p>{% if site.twitter_username %}<a href="https://twitter.com/{{ site.twitter_username }}">Twitter</a><span class="u-separate"></span>{% endif %}{% if site.github_username %}<a href="https://github.com/{{ site.github_username }}">Github</a>{% endif %}</p>
 | 
			
		||||
</footer>
 | 
			
		||||
@ -1,7 +1,12 @@
 | 
			
		||||
<meta charset="UTF-8">
 | 
			
		||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
 | 
			
		||||
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
 | 
			
		||||
<link rel="stylesheet" href="{{ "/assets/css/fonts.css" | prepend: site.baseurl }}">
 | 
			
		||||
<title>{{ page.title | default: site.title }}</title>
 | 
			
		||||
{% seo %}
 | 
			
		||||
<head>
 | 
			
		||||
  <meta charset="utf-8">
 | 
			
		||||
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
			
		||||
  <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
  <title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
 | 
			
		||||
  <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
 | 
			
		||||
  <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
 | 
			
		||||
  <link rel="stylesheet" href="{{ "/css/fonts.css" | prepend: site.baseurl }}">
 | 
			
		||||
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
 | 
			
		||||
  <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
 | 
			
		||||
  <link rel="icon" type="image/vnd.microsoft.icon" href="https://speice.io/favicon.ico">
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										11
									
								
								_includes/header.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								_includes/header.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,11 @@
 | 
			
		||||
<header class="c-page__header">
 | 
			
		||||
  <h1><code>{{ site.title}}</code></h1>
 | 
			
		||||
  {% if page.title == 'Home' %}
 | 
			
		||||
  <h1>{{ site.description }}</h1>
 | 
			
		||||
  {% endif %}
 | 
			
		||||
  <p>
 | 
			
		||||
    <a href="{{ "/" | prepend: site.baseurl }}">Home</a><span
 | 
			
		||||
          class="u-separate"></span> <a href="{{ "/projects/" | prepend:
 | 
			
		||||
          site.baseurl }}">Projects</a><span class="u-separate"></span> <a href="{{ "/about/" | prepend: site.baseurl }}">About</a><span class="u-separate"></span><a href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS</a>
 | 
			
		||||
  </p>
 | 
			
		||||
</header>
 | 
			
		||||
							
								
								
									
										5
									
								
								_includes/isso.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								_includes/isso.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
<script data-isso="https://comments.speice.io/"
 | 
			
		||||
        src="https://comments.speice.io/js/embed.min.js"></script>
 | 
			
		||||
<noscript>Please enable Javascript to use the comments system.</noscript>
 | 
			
		||||
 | 
			
		||||
<section id="isso-thread"></section>
 | 
			
		||||
@ -1,9 +0,0 @@
 | 
			
		||||
<div class="navbar">
 | 
			
		||||
    <a href="{{ "/" | prepend: site.baseurl }}">Home</a>
 | 
			
		||||
    <span class="separator"></span>
 | 
			
		||||
    <a href="{{ "/projects/" | prepend: site.baseurl }}">Projects</a>
 | 
			
		||||
    <span class="separator"></span>
 | 
			
		||||
    <a href="{{ "/about/" | prepend: site.baseurl }}">About</a>
 | 
			
		||||
    <span class="separator"></span>
 | 
			
		||||
    <a href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS</a>
 | 
			
		||||
</div>
 | 
			
		||||
@ -1,15 +0,0 @@
 | 
			
		||||
<div class="container">
 | 
			
		||||
    <h2>{{ site.title }}</h1>
 | 
			
		||||
    <h1>{{ site.description }}</h2>
 | 
			
		||||
    <ul class="social">
 | 
			
		||||
        {%- if site.texture.social_links.github -%}
 | 
			
		||||
            <a href="https://github.com/{{ site.texture.social_links.github }}"><li><i class="icon-github-circled"></i></li></a>
 | 
			
		||||
        {%- endif -%}
 | 
			
		||||
        {%- if site.texture.social_links.linkedIn -%}
 | 
			
		||||
            <a href="https://linkedin.com/{{ site.texture.social_links.linkedIn }}"><li><i class="icon-linkedin-squared"></i></li></a>
 | 
			
		||||
        {%- endif -%}
 | 
			
		||||
        {%- if site.texture.social_links.twitter -%}
 | 
			
		||||
            <a href="https://twitter.com/{{ site.texture.social_links.twitter }}"><li><i class="icon-twitter-squared"></i></li></a>
 | 
			
		||||
        {%- endif -%}
 | 
			
		||||
    </ul>
 | 
			
		||||
</div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user