Skip to content

joneubank/secret-devblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Secret Devblog

Theme and customizations for a wordpress blog.

Currently being used for a rarely maintained dev blog: Secret Codebase

Theme: secret

The theme being used is a modified version of Free wordpress theme Tonal.

Modifications are fairly minor and involve removing features more often than actual contributions.

Things

Checkbox List:

css added to show a list with checkboxes (checked or unchecked), usable for TODO list: Image of checkbox list

PrismJS:

Prism is a code syntax highlighter. Using their actually quite slick download page I generated a minified js and css file to support Markup, CSS, JavaScript, Python, and Java code syntax in code blocks.

In posts, add a code block with a language-xxxx class to have prism style the code on page load:

<pre>
	<code class="language-python">
		#Python code goes here
		print("Hello World!")
	</code>
</pre>

About

Wordpress based theme and content for devblog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published