Skip to content

Instantly share code, notes, and snippets.

View themeix's full-sized avatar
🏆
No #1 Ghost, Jekyll Marketplace

Themeix LLC themeix

🏆
No #1 Ghost, Jekyll Marketplace
View GitHub Profile
@themeix
themeix / index.html
Created April 19, 2019 23:07
Alum Navigation menu
<nav class="themeix-menu float-right">
<div class="menu-collapser" style="display: none;">
Main Menu
<div class="collapse-button"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></div>
</div>
<ul id="navigation-menu" class="slimmenu">
<li class="has-submenu"><a href="index.html">Home</a>
<ul>
<li><a href="index.html">Home 1</a></li>
<li><a href="index2.html">Home 2</a></li>
@themeix
themeix / index.html
Last active June 6, 2019 04:21
Sinju Navigation Menu
<nav class="highlight">
<ul id="main-menu" class="slimmenu">
<li><a href="index.html" target="_blank">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="tags.html">Tags</a></li>
<li>
<a href="#">Pages</a>
<ul>
<li><a href="blog-details.html">Blog Details</a></li>
@themeix
themeix / index.html
Created June 6, 2019 04:23
Sinju Copyright Footer
<div class="bottom-text pt-4">
<p>&copy; 2019 Sniju - Designed by <a href="#">Themeix</a></p>
</div>
@themeix
themeix / demo2.xml
Created June 13, 2019 06:17
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
@themeix
themeix / demo2.xml
Last active June 13, 2019 06:22
Add New Code
<!-- Do you want to show chapter in Doc? (Start) -->
<wp:postmeta>
<wp:meta_key><![CDATA[show_chapter_in_doc]]></wp:meta_key>
<wp:meta_value><![CDATA[yes]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_show_chapter_in_doc]]></wp:meta_key>
<wp:meta_value><![CDATA[field_5cfe6e5440f1f]]></wp:meta_value>
</wp:postmeta>
<!-- Do you want to show chapter in Doc? (End) -->
@themeix
themeix / demo2.xml
Created June 13, 2019 06:32
Add New postmeta for the chapter title
<wp:postmeta>
<wp:meta_key><![CDATA[_doxy_doxy_doc_chapter_0__doxy_chapter_name]]></wp:meta_key>
<wp:meta_value><![CDATA[Chapter 1 title here]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[__doxy_doxy_doc_chapter_0__doxy_chapter_name]]></wp:meta_key>
<wp:meta_value><![CDATA[field_5cfa0267625c2]]></wp:meta_value>
</wp:postmeta>
@themeix
themeix / demo2.xml
Created June 13, 2019 06:39
2 Chapter Content
<wp:postmeta>
<wp:meta_key><![CDATA[_doxy_doxy_doc_chapter_0__doxy_chapter_name]]></wp:meta_key>
<wp:meta_value><![CDATA[Chapter 1 title here]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[__doxy_doxy_doc_chapter_0__doxy_chapter_name]]></wp:meta_key>
<wp:meta_value><![CDATA[field_5cfa0267625c2]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_doxy_doxy_doc_chapter_1__doxy_chapter_name]]></wp:meta_key>
@themeix
themeix / demo2.xml
Created June 13, 2019 06:41
Chapter contents for Doxy 3.x
<wp:postmeta>
<wp:meta_key><![CDATA[__doxy_doxy_doc_chapter_0__doxy_doc_chapter]]></wp:meta_key>
<wp:meta_value><![CDATA[field_5cfa0359625c3]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_doxy_doxy_doc_chapter_0__doxy_doc_chapter]]></wp:meta_key>
<wp:meta_value><![CDATA[Chapter 1 Content Here]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_doxy_doxy_doc_chapter_1__doxy_doc_chapter]]></wp:meta_key>
@themeix
themeix / demo2-new.xml
Created June 13, 2019 06:49
Doxy 3.x Docs Example
<?xml version="1.0" encoding="UTF-8" ?>
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. -->
<!-- It contains information about your site's posts, pages, comments, categories, and other content. -->
<!-- You may use this file to transfer that content from one site to another. -->
<!-- This file is not intended to serve as a complete backup of your site. -->
<!-- To import this information into a WordPress site follow these steps: -->
<!-- 1. Log in to that site as an administrator. -->
<!-- 2. Go to Tools: Import in the WordPress admin panel. -->
<!-- 3. Install the "WordPress" importer from the list. -->
@themeix
themeix / ghost_fix.scss
Created August 22, 2019 15:02
Ghost Fixing
body {
overflow-x: hidden;
}
.kg-gallery-container {
margin: 1.5em auto;
display: flex;
flex-direction: column;
max-width: 1040px;