- Ben Keith
- benlkeith
- 2020-12-22
- Testing
- draft
If you see this post, something's gone terribly wrong with your css.
Make sure that your style.css
has the following css:
<?php ?> | |
<div id="disqus_thread"></div> | |
<!-- Disqus comment code from http://disqus.com/admin/universalcode/ --> | |
<script type="text/javascript" src="<?php print($template_dir_url); ?>custom/comments-disqus-js.js"> | |
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ | |
var disqus_shortname = 'benlk'; // required: replace example with your forum shortname | |
/* * * More information available at http://help.disqus.com/customer/portal/articles/472098-javascript-configuration-variables */ | |
var disqus_identifier = <?php echo( "'" . $slug . "'" ) ?>; // optional . this line sets a unique identifier that disqus uses to track comments by post. Change it to something else if you want to. | |
var disqus_title = <?php echo( "'" . $post_title . "'" ) ?>; // this sets the post title, for Disqus\' purposes. |
Boot into Windows.
Using Windows' partition tool Disk Management
, resize the Windows partition to create a blank area as large as you desire.
Insert your Linux install media.
Reboot into your Linux install media.
Do the Linux partitioning from your Linux install media.