Initial commit to github pages
This commit is contained in:
210
2023/11/05/Copper-Sun/index.html
Normal file
210
2023/11/05/Copper-Sun/index.html
Normal file
@@ -0,0 +1,210 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="bookmark" type="image/x-icon" href="/img/logo_moogle.png"/>
|
||||
<link rel="shortcut icon" href="/img/logo_moogle.png">
|
||||
|
||||
<title>
|
||||
AKLabs
|
||||
</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="/css/mic_main.css" />
|
||||
<link rel="stylesheet" href="/css/dropdownMenu.css" />
|
||||
<meta name="keywords" content="aklabs andrew kesterson andrewkesterson andrew.kesterson andrewk akesterson" />
|
||||
|
||||
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
|
||||
|
||||
<noscript>
|
||||
<link rel="stylesheet" href="/css/noscript.css" />
|
||||
</noscript>
|
||||
<style type="text/css">
|
||||
body:before {
|
||||
content: ' ';
|
||||
position: fixed;
|
||||
top: 0;
|
||||
background: url('/img/bg_charlie.jpg') center 0 no-repeat;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-size: cover;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({
|
||||
tex2jax: {
|
||||
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
|
||||
processEscapes: true,
|
||||
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Queue(function() {
|
||||
var all = MathJax.Hub.getAllJax(), i;
|
||||
for (i=0; i < all.length; i += 1) {
|
||||
all[i].SourceElement().parentNode.className += ' has-jax';
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<script async type="text/javascript" src="//cdn.bootcss.com/mathjax/2.7.1/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
|
||||
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<script src="/js/jquery.scrollex.min.js"></script>
|
||||
<script src="/js/jquery.scrolly.min.js"></script>
|
||||
<script src="/js/skel.min.js"></script>
|
||||
<script src="/js/util.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<meta name="generator" content="Hexo 6.0.0"></head>
|
||||
|
||||
|
||||
<!-- Layouts -->
|
||||
|
||||
|
||||
|
||||
<!-- 代码渲染 -->
|
||||
<link rel="stylesheet" href="/css/prism_coy.css" />
|
||||
<link rel="stylesheet" href="/css/typo.css" />
|
||||
<!-- 文章页 -->
|
||||
<body class="is-loading">
|
||||
<!-- Wrapper 外包 s-->
|
||||
<div id="wrapper" class="fade-in">
|
||||
<!-- Intro 头部显示 s -->
|
||||
<!-- Intro 头部显示 e -->
|
||||
<!-- Header 头部logo start -->
|
||||
<header id="header">
|
||||
<a href="/" class="logo">AKLabs</a>
|
||||
</header>
|
||||
<!-- Nav 导航条 start -->
|
||||
<nav id="nav" class="special" >
|
||||
<ul class="menu links" >
|
||||
<!-- Homepage 主页 -->
|
||||
<li >
|
||||
<a href="/" rel="nofollow">Home</a>
|
||||
</li>
|
||||
<!-- categories_name 分类 -->
|
||||
|
||||
<li class="active">
|
||||
<a href="#s1">categories</a>
|
||||
<ul class="submenu">
|
||||
<li>
|
||||
<a class="category-link" href="/categories/Books/">Books</a></li><li><a class="category-link" href="/categories/Faith/">Faith</a></li><li><a class="category-link" href="/categories/Leadership/">Leadership</a></li><li><a class="category-link" href="/categories/Outdoors/">Outdoors</a>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<!-- archives 归档 -->
|
||||
|
||||
<li class="active">
|
||||
<a href="#s1">articles</a>
|
||||
<ul class="submenu">
|
||||
<li>
|
||||
<a class="archive-link" href="/archives/2024/02/">February 2024</a></li><li><a class="archive-link" href="/archives/2024/01/">January 2024</a></li><li><a class="archive-link" href="/archives/2023/12/">December 2023</a></li><li><a class="archive-link" href="/archives/2023/11/">November 2023</a></li><li><a class="archive-link" href="/archives/2023/10/">October 2023</a></li><li><a class="archive-link" href="/archives/2023/09/">September 2023</a></li><li><a class="archive-link" href="/archives/2022/10/">October 2022</a></li><li><a class="archive-link" href="/archives/2022/05/">May 2022</a></li><li><a class="archive-link" href="/archives/2022/03/">March 2022</a>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
<!-- Pages 自定义 -->
|
||||
|
||||
<li>
|
||||
<a href="/family/" title="family man">
|
||||
family man
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/tech/" title="tech leader">
|
||||
tech leader
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/servant/" title="civil servant">
|
||||
civil servant
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
<!-- icons 图标 -->
|
||||
<ul class="icons">
|
||||
|
||||
<li>
|
||||
<a title="github" href="https://github.com/akesterson" target="_blank" rel="noopener">
|
||||
<i class="icon fa fa-github"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a title="linkedin" href="https://www.linkedin.com/in/andrewkesterson/" target="_blank" rel="noopener">
|
||||
<i class="icon fa fa-linkedin"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a title="facebook" href="https://www.facebook.com/andrew.kesterson.16/" target="_blank" rel="noopener">
|
||||
<i class="icon fa fa-facebook"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a title="itch-io" href="https://akesterson.itch.io/" target="_blank" rel="noopener">
|
||||
<i class="icon fa fa-itch-io"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div id="main" >
|
||||
<!--
|
||||
<div class ="post_page_title_img" style="height: 25rem;background-image: url(/images/books/coppersun-thumb.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;overflow:hidden;" >
|
||||
<a href="#" style="padding: 4rem 4rem 2rem 4rem ;"><h2 >Copper Sun</h2></a>
|
||||
</div>
|
||||
-->
|
||||
<!-- Post -->
|
||||
<div class="typo" style="padding: 3rem;">
|
||||
<img alt="Image of Copper Sun" style="float: left; padding: 20px 20px 20px 20px;" src="/images/books/coppersun.jpg">
|
||||
|
||||
<p><strong>Rating: 7/10</strong><br><strong>Amazon Link:</strong> <a target="_blank" rel="noopener" href="https://www.amazon.com/Copper-Sun-Sharon-M-Draper/dp/1416953485">click here</a><br><strong>TL;DR</strong> A story of slavery and freedom, love and loss, black and white, stereotype and surprise, spanning from the African bush to the American south.</p>
|
||||
<hr>
|
||||
<p>I’ll be honest, I didn’t expect much going into this book. As a white male in the south, I’m used to getting beaten over the head about racism and slavery and the way things were. I’m used to those beatings having no nuance, no subtlety, and no appreciation of all sides of history, and just focusing on the one single side where the beating was coming from that day. And since the recommendation came from someone who said they read the book when they were in school, I was expecting a particularly juvenile and simplistic version of that beating.</p>
|
||||
<p>I’m happy to report that Copper Sun defied my expectations in most regards. Copper Sun follows the story of Amari, from her village in Africa where she lives, through her capture by other tribesmen and european slave traders, to her sale to an English plantation owner, to her escape and her eventual arrival at newfound freedom. It tells the story of how other tribes in Africa took part in the capture and sale of slaves for their own benefit, even among tribes who had been friendly and had good trade relations. It tells the story of being aboard a slave ship for months, and the terrors that occurred there, but shows moments of kindness and mercy from unlikely places. It tells of how she met Polly, a young white girl who was also a slave, though under a different name - an indentured servant, a person who is enslaved for a debt, in this case an unfair debt inherited from her parents. The story follows the two as they come to know and respect each other, each moving past their initial prejudices to form new relationships. It speaks of the brutality of some slave masters, and the gentility of others, while acknowledging the grand injustice that slaves they all still were. It tells the story of masters sexually abusing slaves, and of slaves falling in love with masters - and the tragedy that came from both. It tells of desperate bids for freedom, and help that comes from the most unlikely of places. It showcases the many different kinds of people you would find on the early American frontier - at least, within the European scope - and tells of how some spirits would never truly succumb to slavery, while others would be thoroughly broken by it.</p>
|
||||
<p>Copper Sun definitely uses plenty of stereotypes, but I don’t think they were egregious or damaging to anyone or to the story. Like I say, stereotypes exist for a reason. But even the stereotyped characters had some good depth to them, and one of the antagonists, Master Clay, was a surprisingly sympathetic character at times - but only a few.</p>
|
||||
<p>Overall I’d say this one is a 7/10. If you have time and it pops up, give it a read or a listen. It might make you ask some new questions, or give you some new perspective. It may open old wounds or bring back bad memories, too, so keep that in mind. But I’d say this story is worth it.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Post Comments -->
|
||||
<!--
|
||||
|
||||
|
||||
-->
|
||||
|
||||
</div>
|
||||
<!-- Copyright 版权 start -->
|
||||
<div id="copyright">
|
||||
<ul>
|
||||
<li>©Powered By <a target="_blank" rel="noopener" href="https://hexo.io/zh-cn/" style="border-bottom: none;">hexo</a></li>
|
||||
<li>Design: <a target="_blank" rel="noopener" href="http://miccall.tech " style="border-bottom: none;">miccall</a></li>
|
||||
</ul>
|
||||
|
||||
<span id="busuanzi_container_site_pv">本站总访问量<span id="busuanzi_value_site_pv"></span>次</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user