Move blogs into pages directory.
This commit is contained in:
6
pages/blog/2019-12-11-moving-away-from-cmake.cfg.php
Normal file
6
pages/blog/2019-12-11-moving-away-from-cmake.cfg.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$title = "Moving Away from CMake";
|
||||
$description = "Reasons why I've decided to use CMake less often for building code, and am instead using UNIX Makefiles.";
|
||||
$created = "2019-12-11";
|
||||
$updated = "2019-12-11";
|
||||
?>
|
Reference in New Issue
Block a user