updated style.css with info; functions.php with enqueue; remvoed link from header

This commit is contained in:
Jacob Haddon 2020-03-15 21:57:21 -04:00
parent ebb6c1fd64
commit 0543e34fd9
4 changed files with 39 additions and 12 deletions

View File

@ -3,6 +3,10 @@
* Based on TwentyTen functions and definitions
**/
// enqueue styles
wp_enqueue_style( 'style', get_stylesheet_uri() );
//include 'plugins/drop-caps/wp_drop_caps.php';
if (!function_exists('arl_kottke_archives')) {
include 'plugins/arl_kottke_archives.php';

View File

@ -13,7 +13,7 @@
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<script type="text/javascript">
WebFontConfig = {

View File

@ -1,13 +1,35 @@
Wordpress theme, GPL2, originally created by Raygun: http://madebyraygun.com
# Melville
Instructions:
A clean journal theme with great typography
To enable the dropcap feature, simply use the shortcode [dropcap][/dropcap] around the first letter or word of the paragraph.
Originally created by Raygun: http://madebyraygun.com, updated by Jacob Haddon
Licensed under GPL2
# Notes
This was one of the first themes I used for Wordpress and even all these years later, remains one of my favorites. This project is to maintain the code so it will work under and modern Wordpress, add in a few features, but keep to the clean, simplistic style.
# Instructions:
To enable the dropcap feature, simply use the shortcode `[dropcap][/dropcap]` around the first letter or word of the paragraph.
To create an archives page like the one in our demo, create a new page called "Archives", and apply the archives template from the template drop-down menu in the Page Attributes sidebar.
Changelog:
# Changelog:
1.0.2 - Fixed spacing on dropcap CSS.
1.0.1 - Fixed web fonts to correctly support accented characters
1.0 - Original release
- 1.0.2 - Fixed spacing on dropcap CSS.
- 1.0.1 - Fixed web fonts to correctly support accented characters
- 1.0 - Original release
# Original Attributions
From the v1.0.2 style.css
* Theme Name: Melville
* Theme URI: http://madebyraygun.com/labs/melville
* Description: A clean journal theme with great typography
* Author: Dalton Rooney
* Author URI: http://madebyraygun.com
* Tags: clean, basic, typography, minimalist, white, single column
* Based on TwentyTen, the default WordPress theme

View File

@ -1,13 +1,14 @@
/*
Theme Name: Melville
Theme URI: http://madebyraygun.com/labs/melville
Theme URI: http://jacobhaddon.com/themes
Description: A clean journal theme with great typography
Version: 1.0.2
Author: Dalton Rooney
Author URI: http://madebyraygun.com
Version: 1.0.3
Author: Jacob Haddon / Dalton Rooney
Author URI: jacobhaddon.com
Tags: clean, basic, typography, minimalist, white, single column
Based on TwentyTen, the default WordPress theme
Original theme, Dalton Rooney - http://madebyraygun.com
*/
/* @group Google Font Loader */